ROSE  0.11.145.0
Public Attributes | List of all members
Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition Struct Reference

Description

Position of a vertex.

Definition at line 855 of file GraphViz.h.

#include <Rose/BinaryAnalysis/Partitioner2/GraphViz.h>

Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::GraphViz::VertexPosition:
Collaboration graph
[legend]

Public Attributes

std::string name
 Name of vertex as known to GraphViz. More...
 
Coordinate center
 Center of vertex in display plane units. More...
 
double width
 Horizontal size of vertex. More...
 
double height
 Vertical size of vertex. More...
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: