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

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

List of all members.

Public Types

typedef std::ptrdiff_t difference_type
typedef
std::bidirectional_iterator_tag 
iterator_category
typedef const Mesh * mesh_ptr
typedef const Mesh & mesh_ref
typedef const value_typepointer
typedef const value_typereference
typedef Mesh::FaceHandle value_handle
typedef Mesh::Face value_type

Public Member Functions

 ConstFaceIterT (const FaceIterT< Mesh > &_rhs)
 Construct from a non-const iterator.
 ConstFaceIterT (const ConstFaceIterT &_rhs)
 Copy constructor.
 ConstFaceIterT (mesh_ref _mesh, value_handle _hnd, bool _skip=false)
 Construct with mesh and a target handle.
 ConstFaceIterT ()
 Default constructor.
void disable_skipping ()
 Turn on skipping: automatically skip deleted/hidden elements.
void enable_skipping ()
 Turn on skipping: automatically skip deleted/hidden elements.
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
 Not equal?
reference operator* () const
 Standard dereferencing operator.
ConstFaceIterToperator++ ()
 Standard pre-increment operator.
ConstFaceIterToperator-- ()
 Standard pre-decrement operator.
pointer operator-> () const
 Standard pointer operator.
ConstFaceIterToperator= (const FaceIterT< Mesh > &_rhs)
 Assignment from non-const iterator.
ConstFaceIterToperator= (const ConstFaceIterT< Mesh > &_rhs)
 Assignment operator.
bool operator== (const ConstFaceIterT &_rhs) const
 Are two iterators equal? Only valid if they refer to the same mesh!

Private Member Functions

void skip_bwd ()
void skip_fwd ()

Private Attributes

value_handle hnd_
mesh_ptr mesh_
unsigned int skip_bits_

Detailed Description

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

Linear iterator.

Definition at line 1271 of file IteratorsT.hh.


Member Typedef Documentation

template<class Mesh>
typedef std::ptrdiff_t OpenMesh::Iterators::ConstFaceIterT< Mesh >::difference_type

Definition at line 1283 of file IteratorsT.hh.

template<class Mesh>
typedef std::bidirectional_iterator_tag OpenMesh::Iterators::ConstFaceIterT< Mesh >::iterator_category

Definition at line 1282 of file IteratorsT.hh.

template<class Mesh>
typedef const Mesh* OpenMesh::Iterators::ConstFaceIterT< Mesh >::mesh_ptr

Definition at line 1286 of file IteratorsT.hh.

template<class Mesh>
typedef const Mesh& OpenMesh::Iterators::ConstFaceIterT< Mesh >::mesh_ref

Definition at line 1287 of file IteratorsT.hh.

template<class Mesh>
typedef const value_type* OpenMesh::Iterators::ConstFaceIterT< Mesh >::pointer

Definition at line 1285 of file IteratorsT.hh.

template<class Mesh>
typedef const value_type& OpenMesh::Iterators::ConstFaceIterT< Mesh >::reference

Definition at line 1284 of file IteratorsT.hh.

template<class Mesh>
typedef Mesh::FaceHandle OpenMesh::Iterators::ConstFaceIterT< Mesh >::value_handle

Definition at line 1279 of file IteratorsT.hh.

template<class Mesh>
typedef Mesh::Face OpenMesh::Iterators::ConstFaceIterT< Mesh >::value_type

Definition at line 1278 of file IteratorsT.hh.


Constructor & Destructor Documentation

template<class Mesh>
OpenMesh::Iterators::ConstFaceIterT< Mesh >::ConstFaceIterT (  )  [inline]

Default constructor.

Definition at line 1301 of file IteratorsT.hh.

template<class Mesh>
OpenMesh::Iterators::ConstFaceIterT< Mesh >::ConstFaceIterT ( mesh_ref  _mesh,
value_handle  _hnd,
bool  _skip = false 
) [inline]

Construct with mesh and a target handle.

Definition at line 1307 of file IteratorsT.hh.

template<class Mesh>
OpenMesh::Iterators::ConstFaceIterT< Mesh >::ConstFaceIterT ( const ConstFaceIterT< Mesh > &  _rhs  )  [inline]

Copy constructor.

Definition at line 1318 of file IteratorsT.hh.

template<class Mesh>
OpenMesh::Iterators::ConstFaceIterT< Mesh >::ConstFaceIterT ( const FaceIterT< Mesh > &  _rhs  )  [inline]

Construct from a non-const iterator.

Definition at line 1336 of file IteratorsT.hh.


Member Function Documentation

template<class Mesh>
void OpenMesh::Iterators::ConstFaceIterT< Mesh >::disable_skipping (  )  [inline]

Turn on skipping: automatically skip deleted/hidden elements.

Definition at line 1400 of file IteratorsT.hh.

template<class Mesh>
void OpenMesh::Iterators::ConstFaceIterT< Mesh >::enable_skipping (  )  [inline]

Turn on skipping: automatically skip deleted/hidden elements.

Definition at line 1385 of file IteratorsT.hh.

template<class Mesh>
value_handle OpenMesh::Iterators::ConstFaceIterT< Mesh >::handle (  )  const [inline]

Get the handle of the item the iterator refers to.

Definition at line 1362 of file IteratorsT.hh.

template<class Mesh>
OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator value_handle (  )  const [inline]

Cast to the handle of the item the iterator refers to.

Definition at line 1365 of file IteratorsT.hh.

template<class Mesh>
bool OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator!= ( const ConstFaceIterT< Mesh > &  _rhs  )  const [inline]

Not equal?

Definition at line 1372 of file IteratorsT.hh.

template<class Mesh>
reference OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator* (  )  const [inline]

Standard dereferencing operator.

Definition at line 1356 of file IteratorsT.hh.

template<class Mesh>
ConstFaceIterT& OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator++ (  )  [inline]

Standard pre-increment operator.

Definition at line 1376 of file IteratorsT.hh.

template<class Mesh>
ConstFaceIterT& OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator-- (  )  [inline]

Standard pre-decrement operator.

Definition at line 1380 of file IteratorsT.hh.

template<class Mesh>
pointer OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator-> (  )  const [inline]

Standard pointer operator.

Definition at line 1359 of file IteratorsT.hh.

template<class Mesh>
ConstFaceIterT& OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator= ( const FaceIterT< Mesh > &  _rhs  )  [inline]

Assignment from non-const iterator.

Definition at line 1342 of file IteratorsT.hh.

template<class Mesh>
ConstFaceIterT& OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator= ( const ConstFaceIterT< Mesh > &  _rhs  )  [inline]

Assignment operator.

Definition at line 1324 of file IteratorsT.hh.

template<class Mesh>
bool OpenMesh::Iterators::ConstFaceIterT< Mesh >::operator== ( const ConstFaceIterT< Mesh > &  _rhs  )  const [inline]

Are two iterators equal? Only valid if they refer to the same mesh!

Definition at line 1368 of file IteratorsT.hh.

template<class Mesh>
void OpenMesh::Iterators::ConstFaceIterT< Mesh >::skip_bwd (  )  [inline, private]

Definition at line 1415 of file IteratorsT.hh.

template<class Mesh>
void OpenMesh::Iterators::ConstFaceIterT< Mesh >::skip_fwd (  )  [inline, private]

Definition at line 1406 of file IteratorsT.hh.


Member Data Documentation

template<class Mesh>
value_handle OpenMesh::Iterators::ConstFaceIterT< Mesh >::hnd_ [private]

Definition at line 1427 of file IteratorsT.hh.

template<class Mesh>
mesh_ptr OpenMesh::Iterators::ConstFaceIterT< Mesh >::mesh_ [private]

Definition at line 1426 of file IteratorsT.hh.

template<class Mesh>
unsigned int OpenMesh::Iterators::ConstFaceIterT< Mesh >::skip_bits_ [private]

Definition at line 1428 of file IteratorsT.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


openmesh
Author(s): Benjamin Pitzer
autogenerated on Fri Jan 11 12:11:18 2013