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

Public Member Functions | Protected Member Functions
concepts::CellPostprocess< F > Class Template Reference

Abstract class for per cell postprocessing. More...

#include <postProcess.hh>

Inheritance diagram for concepts::CellPostprocess< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::CellPostprocess< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void operator() (const Element< F > &elm)=0
 Application operator.
virtual void operator() (const Cell &cell)=0
 Application operator.

Protected Member Functions

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

Detailed Description

template<class F>
class concepts::CellPostprocess< F >

Abstract class for per cell postprocessing.

An instance of a derived class is called on each cell for the per cell postprocessing. You don't have to do this by hand, only pass an instance of a derived class to the application operator of GlobalPostprocess.

See also:
GlobalPostprocess to see how this class can be used.
Author:
Philipp Frauenfelder, 2000

Definition at line 36 of file postProcess.hh.


Member Function Documentation

template<class F>
virtual std::ostream& concepts::CellPostprocess< F >::info ( std::ostream &  os) const [protected, virtual]
template<class F>
virtual void concepts::CellPostprocess< F >::operator() ( const Element< F > &  elm) [pure virtual]
template<class F>
virtual void concepts::CellPostprocess< F >::operator() ( const Cell cell) [pure virtual]

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

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