| 
    ROSE 0.11.145.357
    
   | 
 
Position of a vertex.
Definition at line 842 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 843 of file GraphViz.h.
| Coordinate Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition::center | 
Center of vertex in display plane units.
Definition at line 844 of file GraphViz.h.
| double Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition::width | 
Horizontal size of vertex.
Definition at line 845 of file GraphViz.h.
| double Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition::height | 
Vertical size of vertex.
Definition at line 846 of file GraphViz.h.