graphics::MeshTecplotCell< F > Class Template Reference

Cell by cell output for MeshTecplot. More...

#include <meshTecplot.hh>

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

Public Member Functions

 MeshTecplotCell (const std::string &filename, VertexList &vtxList, const uint nelm, const uint dim)
 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 ~MeshTecplotCell ()
 

Protected Member Functions

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

Private Attributes

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

Detailed Description

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

Cell by cell output for MeshTecplot.

Author
Philipp Frauenfelder, 2003

Definition at line 67 of file meshTecplot.hh.

Constructor & Destructor Documentation

◆ MeshTecplotCell()

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

Constructor.

◆ ~MeshTecplotCell()

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

Member Function Documentation

◆ info()

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

Member Data Documentation

◆ file_

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

Stream to file.

Definition at line 79 of file meshTecplot.hh.

◆ vtxList_

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

Vertex list.

Definition at line 82 of file meshTecplot.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