MRPT
2.0.1
|
Used in mrpt::graphs export functions to .dot files.
Definition at line 28 of file CDirectedGraph.h.
#include <mrpt/graphs/CDirectedGraph.h>
Public Member Functions | |
TGraphvizExportParams ()=default | |
Public Attributes | |
bool | mark_edges_as_not_constraint {false} |
If true (default=false), an "[constraint=false]" will be added to all edges (see Graphviz docs). More... | |
std::map< TNodeID, std::string > | node_names |
If provided, these textual names will be used for naming the nodes instead of their numeric IDs given in the edges. More... | |
std::map< TNodeID, std::string > | node_props |
If provided, an extra line will be added setting Graphviz properties for each node, e.g. More... | |
|
default |
bool mrpt::graphs::TGraphvizExportParams::mark_edges_as_not_constraint {false} |
If true (default=false), an "[constraint=false]" will be added to all edges (see Graphviz docs).
Definition at line 32 of file CDirectedGraph.h.
std::map<TNodeID, std::string> mrpt::graphs::TGraphvizExportParams::node_names |
If provided, these textual names will be used for naming the nodes instead of their numeric IDs given in the edges.
Definition at line 35 of file CDirectedGraph.h.
std::map<TNodeID, std::string> mrpt::graphs::TGraphvizExportParams::node_props |
If provided, an extra line will be added setting Graphviz properties for each node, e.g.
to set a node position, use the string "pos = \"x,y""
Definition at line 38 of file CDirectedGraph.h.
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |