#include <OpenMesh/Mesh/Iterators/IteratorsT.hh>
Public Member Functions | |
ConstFaceIterT () | |
Default constructor. | |
ConstFaceIterT (mesh_ref _mesh, value_handle _hnd, bool _skip=false) | |
Construct with mesh and a target handle. | |
ConstFaceIterT (const ConstFaceIterT &_rhs) | |
Copy constructor. | |
ConstFaceIterT & | operator= (const ConstFaceIterT< Mesh > &_rhs) |
Assignment operator. | |
ConstFaceIterT (const FaceIterT< Mesh > &_rhs) | |
Construct from a non-const iterator. | |
ConstFaceIterT & | operator= (const FaceIterT< Mesh > &_rhs) |
Assignment from non-const iterator. | |
reference | operator * () const |
Standard dereferencing operator. | |
pointer | operator-> () const |
Standard pointer operator. | |
value_handle | handle () const |
Get the handle of the item the iterator refers to. | |
operator value_handle () const | |
Cast to the handle of the item the iterator refers to. | |
bool | operator== (const ConstFaceIterT &_rhs) const |
Are two iterators equal? Only valid if they refer to the same mesh! | |
bool | operator!= (const ConstFaceIterT &_rhs) const |
Not equal? | |
ConstFaceIterT & | operator++ () |
Standard pre-increment operator. | |
ConstFaceIterT & | operator-- () |
Standard pre-decrement operator. | |
void | enable_skipping () |
Turn on skipping: automatically skip deleted/hidden elements. | |
void | disable_skipping () |
Turn on skipping: automatically skip deleted/hidden elements. |