Used in mrpt::graphs export functions to .dot files.
Definition at line 30 of file CDirectedGraph.h.
#include <mrpt/graphs/CDirectedGraph.h>
Public Member Functions | |
TGraphvizExportParams () | |
Public Attributes | |
bool | mark_edges_as_not_constraint |
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. to set a node position, use the string "pos = \"x,y"". More... | |
|
inline |
Definition at line 36 of file CDirectedGraph.h.
bool mrpt::graphs::TGraphvizExportParams::mark_edges_as_not_constraint |
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 33 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 34 of file CDirectedGraph.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |