Moby
|
iterates over the vertices in a face More...
#include <Polyhedron.h>
Public Member Functions | |
VertexFaceIterator (boost::shared_ptr< Face > f, bool ccw) | |
Constructs a vertex-face iterator. | |
boost::shared_ptr< Vertex > | operator* () |
Dereferences the iterator. | |
void | advance () |
Advances the iterator clockwise. | |
bool | has_next () |
Checks to see whether the iterator can be advanced clockwise. | |
iterates over the vertices in a face