Home Previous Up Next Index

armarx::semantic::data::Graph

Overview

struct Graph

Used By

SemanticRelationAnalyzerInterface::extractSupportGraphFromWorkingMemory
GraphStorageTopic::reportGraph
SupportRelationsFromShapesInterface::extractSupportGraph
GraphMap

Data Member Index

vertices
edges
attributes

Data Members

GraphVertexList vertices;
GraphEdgeList edges;
string attributes;

Home Previous Up Next Index