Class documentation of Concepts

Loading...
Searching...
No Matches
graphics::MeshGnuplotCell< F > Class Template Reference

#include <meshGnuplot.hh>

Inheritance diagram for graphics::MeshGnuplotCell< F >:
concepts::CellPostprocess< F > concepts::OutputOperator

Public Member Functions

 MeshGnuplotCell (std::ofstream *ofs)
 
virtual void operator() (const concepts::Element< F > &elm)
 
virtual void operator() (const concepts::Cell &cell)
 
std::ofstream * write ()
 

Protected Member Functions

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

Detailed Description

template<typename F>
class graphics::MeshGnuplotCell< F >

Writes the data which describe the elements to the given streams.

Author
Philipp Frauenfelder, 2002.

Definition at line 26 of file meshGnuplot.hh.

Constructor & Destructor Documentation

◆ MeshGnuplotCell()

template<typename F >
graphics::MeshGnuplotCell< F >::MeshGnuplotCell ( std::ofstream *  ofs)
inline

Definition at line 28 of file meshGnuplot.hh.

Member Function Documentation

◆ info()

◆ operator()() [1/2]

template<typename F >
virtual void graphics::MeshGnuplotCell< F >::operator() ( const concepts::Cell cell)
virtual

Application operator. This application operator has to be overloaded to post process a mesh.

Parameters
cellCurrent cell

Implements concepts::CellPostprocess< F >.

◆ operator()() [2/2]

template<typename F >
virtual void graphics::MeshGnuplotCell< F >::operator() ( const concepts::Element< F > &  elm)
virtual

Application operator. This application operator has to be overloaded to post process a space.

Parameters
elmCurrent element

Implements concepts::CellPostprocess< F >.

◆ write()

template<typename F >
std::ofstream * graphics::MeshGnuplotCell< F >::write ( )
inline

Definition at line 32 of file meshGnuplot.hh.


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