ROSE 0.11.145.147
|
Position of a vertex.
Definition at line 855 of file GraphViz.h.
#include <Rose/BinaryAnalysis/Partitioner2/GraphViz.h>
Public Attributes | |
std::string | name |
Name of vertex as known to GraphViz. | |
Coordinate | center |
Center of vertex in display plane units. | |
double | width |
Horizontal size of vertex. | |
double | height |
Vertical size of vertex. | |
std::string Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition::name |
Name of vertex as known to GraphViz.
Definition at line 856 of file GraphViz.h.
Coordinate Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition::center |
Center of vertex in display plane units.
Definition at line 857 of file GraphViz.h.
double Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition::width |
Horizontal size of vertex.
Definition at line 858 of file GraphViz.h.
double Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition::height |
Vertical size of vertex.
Definition at line 859 of file GraphViz.h.