#include <freecloth/geom/geMesh.h>
Inheritance diagram for freecloth::GeMesh::FaceConstIterator:

Public Member Functions | |
| FaceConstIterator (const GeMesh &, FaceId) | |
| FaceConstIterator & | operator++ () |
| FaceConstIterator | operator++ (int) |
| FaceConstIterator & | operator-- () |
| FaceConstIterator | operator-- (int) |
| bool | operator== (const FaceConstIterator &) const |
| bool | operator!= (const FaceConstIterator &) const |
| const FaceWrapper & | operator * () const |
| const FaceWrapper * | operator-> () const |
Static Public Member Functions | |
| FaceConstIterator | begin (const GeMesh &) |
| FaceConstIterator | end (const GeMesh &) |
Friends | |
| class | GeMesh |
| class | GeMeshBuilder |
Essentially, this is just like vector<Face>::const_iterator, but returns a FaceWrapper object through the * and -> operators.
Pattern: Iterator
Definition at line 280 of file geMesh.h.
1.3-rc3