20 #include <vlutil/vlConfig.h>
47 unsigned int numberOfVertices()
const;
49 bool getVertex(
DtPoint& vertex,
unsigned int vertexIndex)
const;
50 DtPoint vertex(
unsigned int vertexIndex)
const;
52 bool setVertex(
unsigned int vertexIndex,
const DtPoint& newVertex);
60 unsigned int numberOfEdges()
const;
62 DtEdge edge(
unsigned int edgeIndex)
const;
63 bool getEdge(
unsigned int edgeIndex,
DtEdge& edgeToGet)
const;
70 bool testInvariant()
const;
72 bool isValidVertexIndex(
unsigned int vertexIndex)
const;
74 bool isValidEdgeIndex(
unsigned int edgeIndex)
const;