Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
graphics::MeshTecplotCell< F > Class Template Reference

Cell by cell output for MeshTecplot. More...

#include <meshTecplot.hh>

Inheritance diagram for graphics::MeshTecplotCell< F >:
Inheritance graph
[legend]
Collaboration diagram for graphics::MeshTecplotCell< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MeshTecplotCell (const std::string &filename, VertexList &vtxList, const uint nelm, const uint dim)
 Constructor.
virtual void operator() (const concepts::Cell &cell) throw (concepts::MissingFeature)
 Application operator.
virtual void operator() (const concepts::Element< F > &elm) throw (concepts::MissingFeature)
 Application operator.
virtual ~MeshTecplotCell ()

Protected Member Functions

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

Private Attributes

std::ofstream file_
 Stream to file.
VertexListvtxList_
 Vertex list.

Detailed Description

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

Cell by cell output for MeshTecplot.

Author:
Philipp Frauenfelder, 2003

Definition at line 65 of file meshTecplot.hh.


Constructor & Destructor Documentation

template<typename F >
graphics::MeshTecplotCell< F >::MeshTecplotCell ( const std::string &  filename,
VertexList vtxList,
const uint  nelm,
const uint  dim 
)

Constructor.

template<typename F >
virtual graphics::MeshTecplotCell< F >::~MeshTecplotCell ( ) [virtual]

Member Function Documentation

template<class F>
virtual std::ostream& concepts::CellPostprocess< F >::info ( std::ostream &  os) const [protected, virtual, inherited]
template<typename F >
virtual void graphics::MeshTecplotCell< F >::operator() ( const concepts::Element< F > &  elm) throw (concepts::MissingFeature) [virtual]

Application operator.

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

Parameters:
elmCurrent element

Implements concepts::CellPostprocess< F >.

template<typename F >
virtual void graphics::MeshTecplotCell< F >::operator() ( const concepts::Cell cell) throw (concepts::MissingFeature) [virtual]

Application operator.

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

Parameters:
cellCurrent cell

Implements concepts::CellPostprocess< F >.


Member Data Documentation

template<typename F >
std::ofstream graphics::MeshTecplotCell< F >::file_ [private]

Stream to file.

Definition at line 77 of file meshTecplot.hh.

template<typename F >
VertexList& graphics::MeshTecplotCell< F >::vtxList_ [private]

Vertex list.

Definition at line 80 of file meshTecplot.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)