Produces an input file for dot / dotty to display the topology as a directed graph. More...
#include <topologyDotty.hh>


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. | |
Produces an input file for dot / dotty to display the topology as a directed graph.
Definition at line 75 of file topologyDotty.hh.
| graphics::TopologyDottyCell< F >::TopologyDottyCell | ( | const std::string | file | ) |
Constructor.
| file | Name of the file where the output should be stored |
| graphics::TopologyDottyCell< F >::~TopologyDottyCell | ( | ) |
| void graphics::TopologyDottyCell< F >::edge_ | ( | const concepts::Connector1 & | cntr | ) | [private] |
| virtual std::ostream& concepts::CellPostprocess< F >::info | ( | std::ostream & | os | ) | const [protected, virtual, inherited] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in EvaluateEa_of_x, CellA_M_alpha_of_x, CellA_M_of_x_MC, graphics::BaseOutputCell< F >, graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, graphics::BaseMeshCell, graphics::VertexList, hp2D::APrioriRefinement, hp3D::APrioriRefinement, concepts::HRefinement< F, dim >, concepts::PRefinement< F, dim >, concepts::CellIntegral< F >, concepts::CellFaceIntegral< F >, concepts::CellEdgeIntegral< F >, graphics::BaseOutputCell< G >, and graphics::BaseOutputCell< Real >.
| 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.
| elm | Current element |
Implements concepts::CellPostprocess< 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.
| cell | Current cell |
Implements concepts::CellPostprocess< F >.
std::ofstream graphics::TopologyDottyCell< F >::os_ [private] |
Stream to the file.
Definition at line 88 of file topologyDotty.hh.