#include <OpenMesh/Mesh/Iterators/IteratorsT.hh>
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_type * | pointer |
| typedef const value_type & | reference |
| typedef Mesh::VertexHandle | value_handle |
| typedef Mesh::Vertex | value_type |
Public Member Functions | |
| ConstVertexIterT (const VertexIterT< Mesh > &_rhs) | |
| Construct from a non-const iterator. | |
| ConstVertexIterT (const ConstVertexIterT &_rhs) | |
| Copy constructor. | |
| ConstVertexIterT (mesh_ref _mesh, value_handle _hnd, bool _skip=false) | |
| Construct with mesh and a target handle. | |
| ConstVertexIterT () | |
| 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 ConstVertexIterT &_rhs) const |
| Not equal? | |
| reference | operator* () const |
| Standard dereferencing operator. | |
| ConstVertexIterT & | operator++ () |
| Standard pre-increment operator. | |
| ConstVertexIterT & | operator-- () |
| Standard pre-decrement operator. | |
| pointer | operator-> () const |
| Standard pointer operator. | |
| ConstVertexIterT & | operator= (const VertexIterT< Mesh > &_rhs) |
| Assignment from non-const iterator. | |
| ConstVertexIterT & | operator= (const ConstVertexIterT< Mesh > &_rhs) |
| Assignment operator. | |
| bool | operator== (const ConstVertexIterT &_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_ |
Linear iterator.
Definition at line 257 of file IteratorsT.hh.
| typedef std::ptrdiff_t OpenMesh::Iterators::ConstVertexIterT< Mesh >::difference_type |
Definition at line 269 of file IteratorsT.hh.
| typedef std::bidirectional_iterator_tag OpenMesh::Iterators::ConstVertexIterT< Mesh >::iterator_category |
Definition at line 268 of file IteratorsT.hh.
| typedef const Mesh* OpenMesh::Iterators::ConstVertexIterT< Mesh >::mesh_ptr |
Definition at line 272 of file IteratorsT.hh.
| typedef const Mesh& OpenMesh::Iterators::ConstVertexIterT< Mesh >::mesh_ref |
Definition at line 273 of file IteratorsT.hh.
| typedef const value_type* OpenMesh::Iterators::ConstVertexIterT< Mesh >::pointer |
Definition at line 271 of file IteratorsT.hh.
| typedef const value_type& OpenMesh::Iterators::ConstVertexIterT< Mesh >::reference |
Definition at line 270 of file IteratorsT.hh.
| typedef Mesh::VertexHandle OpenMesh::Iterators::ConstVertexIterT< Mesh >::value_handle |
Definition at line 265 of file IteratorsT.hh.
| typedef Mesh::Vertex OpenMesh::Iterators::ConstVertexIterT< Mesh >::value_type |
Definition at line 264 of file IteratorsT.hh.
| OpenMesh::Iterators::ConstVertexIterT< Mesh >::ConstVertexIterT | ( | ) | [inline] |
Default constructor.
Definition at line 287 of file IteratorsT.hh.
| OpenMesh::Iterators::ConstVertexIterT< Mesh >::ConstVertexIterT | ( | mesh_ref | _mesh, | |
| value_handle | _hnd, | |||
| bool | _skip = false | |||
| ) | [inline] |
Construct with mesh and a target handle.
Definition at line 293 of file IteratorsT.hh.
| OpenMesh::Iterators::ConstVertexIterT< Mesh >::ConstVertexIterT | ( | const ConstVertexIterT< Mesh > & | _rhs | ) | [inline] |
Copy constructor.
Definition at line 304 of file IteratorsT.hh.
| OpenMesh::Iterators::ConstVertexIterT< Mesh >::ConstVertexIterT | ( | const VertexIterT< Mesh > & | _rhs | ) | [inline] |
Construct from a non-const iterator.
Definition at line 322 of file IteratorsT.hh.
| void OpenMesh::Iterators::ConstVertexIterT< Mesh >::disable_skipping | ( | ) | [inline] |
Turn on skipping: automatically skip deleted/hidden elements.
Definition at line 386 of file IteratorsT.hh.
| void OpenMesh::Iterators::ConstVertexIterT< Mesh >::enable_skipping | ( | ) | [inline] |
Turn on skipping: automatically skip deleted/hidden elements.
Definition at line 371 of file IteratorsT.hh.
| value_handle OpenMesh::Iterators::ConstVertexIterT< Mesh >::handle | ( | ) | const [inline] |
Get the handle of the item the iterator refers to.
Definition at line 348 of file IteratorsT.hh.
| OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator value_handle | ( | ) | const [inline] |
Cast to the handle of the item the iterator refers to.
Definition at line 351 of file IteratorsT.hh.
| bool OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator!= | ( | const ConstVertexIterT< Mesh > & | _rhs | ) | const [inline] |
Not equal?
Definition at line 358 of file IteratorsT.hh.
| reference OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator* | ( | ) | const [inline] |
Standard dereferencing operator.
Definition at line 342 of file IteratorsT.hh.
| ConstVertexIterT& OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator++ | ( | ) | [inline] |
Standard pre-increment operator.
Definition at line 362 of file IteratorsT.hh.
| ConstVertexIterT& OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator-- | ( | ) | [inline] |
Standard pre-decrement operator.
Definition at line 366 of file IteratorsT.hh.
| pointer OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator-> | ( | ) | const [inline] |
Standard pointer operator.
Definition at line 345 of file IteratorsT.hh.
| ConstVertexIterT& OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator= | ( | const VertexIterT< Mesh > & | _rhs | ) | [inline] |
Assignment from non-const iterator.
Definition at line 328 of file IteratorsT.hh.
| ConstVertexIterT& OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator= | ( | const ConstVertexIterT< Mesh > & | _rhs | ) | [inline] |
Assignment operator.
Definition at line 310 of file IteratorsT.hh.
| bool OpenMesh::Iterators::ConstVertexIterT< Mesh >::operator== | ( | const ConstVertexIterT< Mesh > & | _rhs | ) | const [inline] |
Are two iterators equal? Only valid if they refer to the same mesh!
Definition at line 354 of file IteratorsT.hh.
| void OpenMesh::Iterators::ConstVertexIterT< Mesh >::skip_bwd | ( | ) | [inline, private] |
Definition at line 401 of file IteratorsT.hh.
| void OpenMesh::Iterators::ConstVertexIterT< Mesh >::skip_fwd | ( | ) | [inline, private] |
Definition at line 392 of file IteratorsT.hh.
value_handle OpenMesh::Iterators::ConstVertexIterT< Mesh >::hnd_ [private] |
Definition at line 413 of file IteratorsT.hh.
mesh_ptr OpenMesh::Iterators::ConstVertexIterT< Mesh >::mesh_ [private] |
Definition at line 412 of file IteratorsT.hh.
unsigned int OpenMesh::Iterators::ConstVertexIterT< Mesh >::skip_bits_ [private] |
Definition at line 414 of file IteratorsT.hh.