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

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

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

#include <topologyDotty.hh>

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

List of all members.

Public Member Functions

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

Protected Member Functions

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

Private Member Functions

void edge_ (const concepts::Connector1 &cntr)

Private Attributes

std::ofstream os_
 Stream to the file.

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 75 of file topologyDotty.hh.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
fileName of the file where the output should be stored
template<class F >
graphics::TopologyDottyCell< F >::~TopologyDottyCell ( )

Member Function Documentation

template<class F >
void graphics::TopologyDottyCell< F >::edge_ ( const concepts::Connector1 cntr) [private]
template<class F>
virtual std::ostream& concepts::CellPostprocess< F >::info ( std::ostream &  os) const [protected, virtual, inherited]
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 >.

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


Member Data Documentation

template<class F >
std::ofstream graphics::TopologyDottyCell< F >::os_ [private]

Stream to the file.

Definition at line 88 of file topologyDotty.hh.


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

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