Hierarchical Edge Bundle 1.0
|
AddChildVertex(VertexPtr parent) | Vertex | |
GetChildVertexAt(int at) | Vertex | |
GetChildVertices() | Vertex | |
GetHierarchyLevel() | Vertex | |
GetID() | Vertex | |
GetName() | Vertex | |
GetNumberChildVertices() | Vertex | |
GetParent() | Vertex | |
GetPathToRoot() | Vertex | |
m_childs | Vertex | [protected] |
m_id | Vertex | [protected] |
m_level | Vertex | [protected] |
m_name | Vertex | [protected] |
m_parent | Vertex | [protected] |
m_pathToRoot | Vertex | [protected] |
operator()(Vertex v1, Vertex v2) | Vertex | |
operator()(VertexPtr v1, VertexPtr v2) | Vertex | |
operator<(VertexPtr v) | Vertex | |
operator<=(VertexPtr v) | Vertex | |
SetHierarchyLevel(unsigned int level) | Vertex | |
SetName(std::string name) | Vertex | |
SetParentVertex(VertexPtr parent) | Vertex | |
SetPathToRoot(std::vector< unsigned int > pathToRoot) | Vertex | |
Vertex(void) | Vertex | |
Vertex(unsigned int id, std::string name) | Vertex | |
VertexPtr typedef | Vertex | |
~Vertex(void) | Vertex |