Class documentation of Concepts

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

#include <meshDAT.hh>

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

Public Member Functions

 MeshDATCell (const std::string &coordFilename, const std::string &boundFilename, const std::string &elmFilename)
 Constructor.
 
virtual void operator() (const concepts::Element< F > &elm)
 
virtual void operator() (const concepts::Cell &cell)
 

Protected Member Functions

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

Detailed Description

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

Cell by cell output for MeshDAT

Author
Philipp Frauenfelder, 2003

Definition at line 63 of file meshDAT.hh.

Member Function Documentation

◆ info()

◆ operator()() [1/2]

template<typename F >
virtual void graphics::MeshDATCell< 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::MeshDATCell< 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 >.


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