Graph::GetGraphElementCount
Defined in:
Returns the number of elements in a graph.
TSGraph.h
Prototype
int32 GetGraphElementCount(void) const;
Description
The GetGraphElementCount
function returns the number of elements in a graph.If the only information needed is whether a graph contains a nonzero number of elements, then it is more efficient to call the
Graph::Empty
function.
See Also