G+Smo
24.08.0
Geometry + Simulation Modules
|
this class iterates linearly over all vertices
Public Member Functions | |
bool | operator!= (const Vertex_iterator &rhs) const |
are two iterators different? | |
Vertex | operator* () const |
get the vertex the iterator refers to | |
Vertex_iterator & | operator++ () |
pre-increment iterator | |
Vertex_iterator & | operator-- () |
pre-decrement iterator | |
bool | operator< (const Vertex_iterator &rhs) const |
how do two iterators compare? | |
bool | operator== (const Vertex_iterator &rhs) const |
are two iterators equal? | |
Vertex_iterator (Vertex v=Vertex(), const gsSurfMesh *m=NULL) | |
Default constructor. | |