#include <basis.hh>
Public Member Functions | |
BaseOutputCell (std::map< std::string, std::ostream * > &os, const uint dim, const concepts::ElementGraphicsBase::graphicsType type) | |
virtual void | operator() (const concepts::Element< F > &elm)=0 |
virtual void | operator() (const concepts::Cell &cell)=0 |
std::map< std::string, std::ostream * > & | write () |
Returns the streams to write the data to. | |
uint | streams () const |
Number of streams. | |
std::vector< uint > & | count () |
Number of points written to the files, used for mesh representation. | |
uint | dim () const |
Number of the elements, used for drawing mesh representation. | |
virtual uint | n () const =0 |
Number of components. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
enum concepts::ElementGraphicsBase::graphicsType | type_ |
Type of Output, like Matlab, Gnuplot. | |
concepts::Sequence< uint > | cnt_ |
Some counters. | |
const uint | dim_ |
Number of drawn elements. | |
std::map< std::string, std::ostream * > & | os_ |
Streams to write the data to. | |
Writes the mesh to the given streams.
It can be used for different formats, like Matlab, Gnuplot.
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::CellPostprocess< F >.
Reimplemented in graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, and graphics::BaseMeshCell.
|
pure virtual |
Number of components.
Implemented in graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, and graphics::BaseMeshCell.
|
pure virtual |
Application operator. This application operator has to be overloaded to post process a mesh.
cell | Current cell |
Implements concepts::CellPostprocess< F >.
Implemented in graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, and graphics::BaseMeshCell.
|
pure virtual |
Application operator. This application operator has to be overloaded to post process a space.
elm | Current element |
Implements concepts::CellPostprocess< F >.
Implemented in graphics::BaseMeshCell.
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |