getVertexCount method

int getVertexCount()

Get the vertex count.

Implementation

int getVertexCount() {
  return _count;
}