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>
Public Member Functions | |
virtual void | operator() (const concepts::Cell &cell) |
Application operator. More... | |
virtual void | operator() (const concepts::Element< F > &elm) |
Application operator. More... | |
TopologyDottyCell (const std::string file) | |
Constructor. More... | |
~TopologyDottyCell () | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Member Functions | |
void | edge_ (const concepts::Connector1 &cntr) |
Private Attributes | |
std::ofstream | os_ |
Stream to the file. More... | |
Detailed Description
template<class F>
class graphics::TopologyDottyCell< F >
Produces an input file for dot / dotty to display the topology as a directed graph.
Definition at line 77 of file topologyDotty.hh.
Constructor & Destructor Documentation
◆ TopologyDottyCell()
graphics::TopologyDottyCell< F >::TopologyDottyCell | ( | const std::string | file | ) |
Constructor.
- Parameters
-
file Name of the file where the output should be stored
◆ ~TopologyDottyCell()
graphics::TopologyDottyCell< F >::~TopologyDottyCell | ( | ) |
Member Function Documentation
◆ edge_()
|
private |
◆ info()
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::CellEdgeIntegral< F >, concepts::CellFaceIntegral< F >, concepts::CellIntegral< F >, concepts::PRefinement< F, dim >, concepts::HRefinement< F, dim >, hp3D::APrioriRefinement, hp2D::APrioriRefinement, graphics::VertexList, graphics::MatrixBaseElementFormulaCell< F, G >, graphics::MatrixCounterCell, graphics::BaseMeshCell, graphics::BaseFormulaCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseDataCell< F, G >, graphics::BaseOutputCell< F >, graphics::BaseOutputCell< typename concepts::Realtype< F >::type >, and graphics::BaseOutputCell< Real >.
◆ operator()() [1/2]
|
virtual |
Application operator.
This application operator has to be overloaded to post process a mesh.
- Parameters
-
cell Current cell
Implements concepts::CellPostprocess< F >.
◆ operator()() [2/2]
|
virtual |
Application operator.
This application operator has to be overloaded to post process a space.
- Parameters
-
elm Current element
Implements concepts::CellPostprocess< F >.
Member Data Documentation
◆ os_
|
private |
Stream to the file.
Definition at line 90 of file topologyDotty.hh.
The documentation for this class was generated from the following file:
- graphics/topologyDotty.hh