Class documentation of Concepts

Loading...
Searching...
No Matches
graphics::TopologyDottyCell< F > Class Template Reference

#include <topologyDotty.hh>

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

Public Member Functions

 TopologyDottyCell (const std::string file)
 
virtual void operator() (const concepts::Element< F > &elm)
 
virtual void operator() (const concepts::Cell &cell)
 

Protected Member Functions

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

Detailed Description

template<class F>
class graphics::TopologyDottyCell< F >

Produces an input file for dot / dotty to display the topology as a directed graph.

See also
homepage of Graphviz at AT&T Labs-Research
Author
Philipp Frauenfelder, 2001

Definition at line 77 of file topologyDotty.hh.

Constructor & Destructor Documentation

◆ TopologyDottyCell()

template<class F >
graphics::TopologyDottyCell< F >::TopologyDottyCell ( const std::string  file)

Constructor.

Parameters
fileName of the file where the output should be stored

Member Function Documentation

◆ info()

◆ operator()() [1/2]

template<class F >
virtual void graphics::TopologyDottyCell< F >::operator() ( const concepts::Cell cell)
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<class F >
virtual void graphics::TopologyDottyCell< F >::operator() ( const concepts::Element< F > &  elm)
virtual

Application operator. This application operator has to be overloaded to post process a space.

Parameters
elmCurrent element

Implements concepts::CellPostprocess< F >.


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