#include <GraphData.h>
Public Member Functions | |
| AnyType | getAttr (unsigned int attrid, const GraphData &gd) const |
| returns the value of a vertex attribute by fetching the data from the GraphData object's arrays | |
Public Attributes | |
| unsigned int | attridx |
| index into the attribute value array of the default bitfield (if it exists) | |
| unsigned int | edgeidx |
| index into the edge adjaceny array of the first edge | |
Definition at line 27 of file GraphData.h.
| class AnyType VGServer::GraphData::Vertex::getAttr | ( | unsigned int | attrid, | |
| const GraphData & | gd | |||
| ) | const [inline] |
returns the value of a vertex attribute by fetching the data from the GraphData object's arrays
Definition at line 38 of file GraphData.h.
References attridx.
| unsigned int VGServer::GraphData::Vertex::attridx |
index into the attribute value array of the default bitfield (if it exists)
Definition at line 34 of file GraphData.h.
Referenced by getAttr(), VGServer::GraphData::GraphData(), and VGServer::GraphLoader::terminate().
| unsigned int VGServer::GraphData::Vertex::edgeidx |
index into the edge adjaceny array of the first edge
Definition at line 30 of file GraphData.h.
Referenced by VGServer::GraphData::GraphData().
1.4.7