graphics::MeshGnuplotCell< F > Class Template Reference
Writes the data which describe the elements to the given streams. More...
#include <meshGnuplot.hh>
Public Member Functions | |
MeshGnuplotCell (std::ofstream *ofs) | |
virtual void | operator() (const concepts::Cell &cell) throw (concepts::MissingFeature) |
Application operator. More... | |
virtual void | operator() (const concepts::Element< F > &elm) throw (concepts::MissingFeature) |
Application operator. More... | |
std::ofstream * | write () |
virtual | ~MeshGnuplotCell () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
std::ofstream * | ofs_ |
Detailed Description
template<typename F>
class graphics::MeshGnuplotCell< F >
Writes the data which describe the elements to the given streams.
Definition at line 26 of file meshGnuplot.hh.
Constructor & Destructor Documentation
◆ MeshGnuplotCell()
|
inline |
Definition at line 28 of file meshGnuplot.hh.
◆ ~MeshGnuplotCell()
|
virtual |
Member Function Documentation
◆ info()
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::CellEdgeIntegral< F >, concepts::CellFaceIntegral< F >, concepts::CellIntegral< F >, concepts::PRefinement< F, dim >, concepts::HRefinement< F, dim >, hp3D::APrioriRefinement, hp2D::APrioriRefinement, graphics::VertexList, graphics::MatrixBaseElementFormulaCell< F, G >, graphics::MatrixCounterCell, graphics::BaseMeshCell, graphics::BaseFormulaCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseDataCell< F, G >, graphics::BaseOutputCell< F >, graphics::BaseOutputCell< typename concepts::Realtype< F >::type >, and graphics::BaseOutputCell< Real >.
◆ operator()() [1/2]
|
virtual |
Application operator.
This application operator has to be overloaded to post process a mesh.
- Parameters
-
cell Current cell
Implements concepts::CellPostprocess< F >.
◆ operator()() [2/2]
|
virtual |
Application operator.
This application operator has to be overloaded to post process a space.
- Parameters
-
elm Current element
Implements concepts::CellPostprocess< F >.
◆ write()
|
inline |
Definition at line 34 of file meshGnuplot.hh.
Member Data Documentation
◆ ofs_
|
private |
Definition at line 36 of file meshGnuplot.hh.
The documentation for this class was generated from the following file:
- graphics/meshGnuplot.hh