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

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

Cell by cell output for MeshDAT. More...

#include <meshDAT.hh>

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

List of all members.

Public Member Functions

 MeshDATCell (const std::string &coordFilename, const std::string &boundFilename, const std::string &elmFilename)
 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 ~MeshDATCell ()

Protected Member Functions

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

Private Member Functions

uint getVertexNumber_ (const uint key, const concepts::Real3d *coord=0)

Private Attributes

uint bndCnt_
std::ofstream boundFile_
std::ofstream coordFile_
concepts::DynArray< bool > edgBndNotDone_
uint elmCnt_
std::ofstream elmFile_
concepts::DynArray< bool > vtxBndNotDone_
uint vtxCnt_
 Counters.
std::map< uint, concepts::Real3dvtxCoord_
std::map< uint, uint > vtxList_
 Vertex lists.

Detailed Description

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

Cell by cell output for MeshDAT.

Author:
Philipp Frauenfelder, 2003

Definition at line 61 of file meshDAT.hh.


Constructor & Destructor Documentation

template<typename F >
graphics::MeshDATCell< F >::MeshDATCell ( const std::string &  coordFilename,
const std::string &  boundFilename,
const std::string &  elmFilename 
)

Constructor.

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

Member Function Documentation

template<typename F >
uint graphics::MeshDATCell< F >::getVertexNumber_ ( const uint  key,
const concepts::Real3d coord = 0 
) [private]
template<class F>
virtual std::ostream& concepts::CellPostprocess< F >::info ( std::ostream &  os) const [protected, virtual, inherited]
template<typename F >
virtual void graphics::MeshDATCell< 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::MeshDATCell< 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 >
uint graphics::MeshDATCell< F >::bndCnt_ [private]

Definition at line 81 of file meshDAT.hh.

template<typename F >
std::ofstream graphics::MeshDATCell< F >::boundFile_ [private]

Definition at line 73 of file meshDAT.hh.

template<typename F >
std::ofstream graphics::MeshDATCell< F >::coordFile_ [private]

Definition at line 73 of file meshDAT.hh.

template<typename F >
concepts::DynArray<bool> graphics::MeshDATCell< F >::edgBndNotDone_ [private]

Definition at line 78 of file meshDAT.hh.

template<typename F >
uint graphics::MeshDATCell< F >::elmCnt_ [private]

Definition at line 81 of file meshDAT.hh.

template<typename F >
std::ofstream graphics::MeshDATCell< F >::elmFile_ [private]

Definition at line 73 of file meshDAT.hh.

template<typename F >
concepts::DynArray<bool> graphics::MeshDATCell< F >::vtxBndNotDone_ [private]

Definition at line 78 of file meshDAT.hh.

template<typename F >
uint graphics::MeshDATCell< F >::vtxCnt_ [private]

Counters.

Definition at line 81 of file meshDAT.hh.

template<typename F >
std::map<uint, concepts::Real3d> graphics::MeshDATCell< F >::vtxCoord_ [private]

Definition at line 77 of file meshDAT.hh.

template<typename F >
std::map<uint, uint> graphics::MeshDATCell< F >::vtxList_ [private]

Vertex lists.

Definition at line 76 of file meshDAT.hh.


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

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