getComponentIndex method

int getComponentIndex()

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

Implementation

int getComponentIndex() {
  return componentIndex;
}