Class documentation of Concepts

Loading...
Searching...
No Matches
bem::LinTriGraphics Class Referenceabstract

#include <elementGraphics.hh>

Inheritance diagram for bem::LinTriGraphics:
concepts::ElementGraphics< Real > concepts::ElementGraphicsBase concepts::OutputOperator

Public Types

enum  graphicsType {
  DATA_DX_COUNTS , DATA_DX_COORDINATES , DATA_DX_CONNECTIONS , DATA_DX_DATA ,
  MESH_GNUPLOT , DATA_GNUPLOT , MESH_EPS , MESH_EPS_INIT ,
  MESH_MATLAB , MESH_DX , VERTEX_LIST , TOPOLOGY_DOTTY ,
  DATA_MATLAB , MATLAB , TECPLOT , DENSEMATRIX ,
  MESH_DENSEMATRIX
}
 

Public Member Functions

virtual void operator() (const concepts::Element< Real > &elm, concepts::ElementGraphics< Real >::graphicsType type, concepts::CellPostprocess< Real > &post) const
 
virtual void operator() (const Element< Real > &elm, enum graphicsType type, CellPostprocess< Real > &post) const=0
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

Handles graphics for trianular linear elements

Author
Gregor Schmidlin, 2002

Definition at line 21 of file elementGraphics.hh.

Member Enumeration Documentation

◆ graphicsType

enum concepts::ElementGraphicsBase::graphicsType
inherited

Definition at line 27 of file elementGraphics.hh.

Member Function Documentation

◆ info()

virtual std::ostream & bem::LinTriGraphics::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()()

virtual void concepts::ElementGraphics< Real >::operator() ( const Element< Real > &  elm,
enum graphicsType  type,
CellPostprocess< Real > &  post 
) const
pure virtualinherited

Writes necessary data to a file for graphics. This method is called by the application operator of the object which should create the graphics file. Such an object is a specialization of CellPostprocess. It is best if an element returns an object of this type.

Parameters
elmElement which should be depicted
typeType of graphics
postCalling CellPostprocess specialization, might be necessary to get some data
See also
CellPostprocess
Element

The documentation for this class was generated from the following file: