Cell by cell output for MeshDAT. More...

#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. More...
 
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...
 
virtual ~MeshDATCell ()
 

Protected Member Functions

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

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. More...
 
std::map< uint, concepts::Real3dvtxCoord_
 
std::map< uint, uint > vtxList_
 Vertex lists. More...
 

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.

Constructor & Destructor Documentation

◆ MeshDATCell()

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

Constructor.

◆ ~MeshDATCell()

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

Member Function Documentation

◆ getVertexNumber_()

template<typename F >
uint graphics::MeshDATCell< F >::getVertexNumber_ ( const uint  key,
const concepts::Real3d coord = 0 
)
private

◆ info()

◆ operator()() [1/2]

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 >.

◆ operator()() [2/2]

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 >.

Member Data Documentation

◆ bndCnt_

template<typename F >
uint graphics::MeshDATCell< F >::bndCnt_
private

Definition at line 83 of file meshDAT.hh.

◆ boundFile_

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

Definition at line 75 of file meshDAT.hh.

◆ coordFile_

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

Definition at line 75 of file meshDAT.hh.

◆ edgBndNotDone_

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

Definition at line 80 of file meshDAT.hh.

◆ elmCnt_

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

Definition at line 83 of file meshDAT.hh.

◆ elmFile_

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

Definition at line 75 of file meshDAT.hh.

◆ vtxBndNotDone_

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

Definition at line 80 of file meshDAT.hh.

◆ vtxCnt_

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

Counters.

Definition at line 83 of file meshDAT.hh.

◆ vtxCoord_

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

Definition at line 79 of file meshDAT.hh.

◆ vtxList_

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

Vertex lists.

Definition at line 78 of file meshDAT.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich