Functor used to write the content of a vertex to dotty file.
More...
#include <graph.hpp>
Functor used to write the content of a vertex to dotty file.
Definition at line 1515 of file graph.hpp.
◆ UVertexWriter()
UVertexWriter::UVertexWriter |
( |
const ugraph * |
_printing_ugraph, |
|
|
const int |
_detail_level |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
_graph | is the graph to be printed |
_detail_level | is the level of details in printing |
Definition at line 1530 of file graph.hpp.
◆ ~UVertexWriter()
virtual UVertexWriter::~UVertexWriter |
( |
| ) |
|
|
virtualdefault |
◆ operator()()
virtual void UVertexWriter::operator() |
( |
std::ostream & |
out, |
|
|
const uvertex & |
v |
|
) |
| const |
|
pure virtual |
Functor actually called by the boost library to perform the writing.
- Parameters
-
out | is the stream where the nodes have to be printed |
v | is the vertex to be printed |
◆ detail_level
const int UVertexWriter::detail_level |
|
protected |
◆ printing_ugraph
const ugraph* UVertexWriter::printing_ugraph |
|
protected |
The graph to be printed.
Definition at line 1519 of file graph.hpp.
The documentation for this class was generated from the following file: