getVertexIndex method

int getVertexIndex()

The vertex index of the vertex the iterator is currently at. @return the current vertex index

Implementation

int getVertexIndex() {
  return vertexIndex;
}