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 >:
concepts::CellPostprocess< F > concepts::OutputOperator

Public Member Functions

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

Protected Member Functions

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

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 26 of file meshGnuplot.hh.

Constructor & Destructor Documentation

◆ MeshGnuplotCell()

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

Definition at line 28 of file meshGnuplot.hh.

◆ ~MeshGnuplotCell()

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

Member Function Documentation

◆ info()

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

◆ write()

template<typename F >
std::ofstream* graphics::MeshGnuplotCell< F >::write ( )
inline

Definition at line 34 of file meshGnuplot.hh.

Member Data Documentation

◆ ofs_

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

Definition at line 36 of file meshGnuplot.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