Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OpenMesh::Iterators::FaceIterT< Mesh > Class Template Reference

Linear iterator. More...

#include <OpenMesh/Mesh/Iterators/IteratorsT.hh>

List of all members.

Public Methods

 FaceIterT ()
 Default constructor.

 FaceIterT (mesh_ref _mesh, value_handle _hnd, bool _skip=false)
 Construct with mesh and a target handle.

 FaceIterT (const FaceIterT &_rhs)
 Copy constructor.

FaceIterT & operator= (const FaceIterT< Mesh > &_rhs)
 Assignment operator.

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 FaceIterT &_rhs) const
 Are two iterators equal? Only valid if they refer to the same mesh!

bool operator!= (const FaceIterT &_rhs) const
 Not equal?

FaceIterT & operator++ ()
 Standard pre-increment operator.

FaceIterT & 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.


Detailed Description

template<class Mesh>
class OpenMesh::Iterators::FaceIterT< Mesh >

Linear iterator.


The documentation for this class was generated from the following file:
acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .