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

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

Writes the data which describe the elements to the given streams. More...

#include <meshGnuplot.hh>

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

List of all members.

Public Member Functions

 MeshGnuplotCell (std::ofstream *ofs)
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.
std::ofstream * write ()
virtual ~MeshGnuplotCell ()

Protected Member Functions

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

Private Attributes

std::ofstream * ofs_

Detailed Description

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

Writes the data which describe the elements to the given streams.

Author:
Philipp Frauenfelder, 2002.

Definition at line 24 of file meshGnuplot.hh.


Constructor & Destructor Documentation

template<typename F>
graphics::MeshGnuplotCell< F >::MeshGnuplotCell ( std::ofstream *  ofs) [inline]

Definition at line 26 of file meshGnuplot.hh.

template<typename F>
virtual graphics::MeshGnuplotCell< F >::~MeshGnuplotCell ( ) [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::MeshGnuplotCell< 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 >.

template<typename F>
virtual void graphics::MeshGnuplotCell< 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>
std::ofstream* graphics::MeshGnuplotCell< F >::write ( ) [inline]

Definition at line 32 of file meshGnuplot.hh.


Member Data Documentation

template<typename F>
std::ofstream* graphics::MeshGnuplotCell< F >::ofs_ [private]

Definition at line 34 of file meshGnuplot.hh.


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

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