#include <OpenMesh/Mesh/Iterators/IteratorsT.hh>
Public Types | |
| typedef std::ptrdiff_t | difference_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef Mesh * | mesh_ptr |
| typedef Mesh & | mesh_ref |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef Mesh::EdgeHandle | value_handle |
| typedef Mesh::Edge | value_type |
Public Member Functions | |
| void | disable_skipping () |
| Turn on skipping: automatically skip deleted/hidden elements. | |
| EdgeIterT (const EdgeIterT &_rhs) | |
| Copy constructor. | |
| EdgeIterT (mesh_ref _mesh, value_handle _hnd, bool _skip=false) | |
| Construct with mesh and a target handle. | |
| EdgeIterT () | |
| Default constructor. | |
| 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 EdgeIterT &_rhs) const |
| Not equal? | |
| reference | operator* () const |
| Standard dereferencing operator. | |
| EdgeIterT & | operator++ () |
| Standard pre-increment operator. | |
| EdgeIterT & | operator-- () |
| Standard pre-decrement operator. | |
| pointer | operator-> () const |
| Standard pointer operator. | |
| EdgeIterT & | operator= (const EdgeIterT< Mesh > &_rhs) |
| Assignment operator. | |
| bool | operator== (const EdgeIterT &_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_ |
Friends | |
| class | ConstEdgeIterT< Mesh > |
Linear iterator.
Definition at line 764 of file IteratorsT.hh.
| typedef std::ptrdiff_t OpenMesh::Iterators::EdgeIterT< Mesh >::difference_type |
Definition at line 783 of file IteratorsT.hh.
| typedef std::bidirectional_iterator_tag OpenMesh::Iterators::EdgeIterT< Mesh >::iterator_category |
Definition at line 782 of file IteratorsT.hh.
| typedef Mesh* OpenMesh::Iterators::EdgeIterT< Mesh >::mesh_ptr |
Definition at line 786 of file IteratorsT.hh.
| typedef Mesh& OpenMesh::Iterators::EdgeIterT< Mesh >::mesh_ref |
Definition at line 787 of file IteratorsT.hh.
| typedef value_type* OpenMesh::Iterators::EdgeIterT< Mesh >::pointer |
Definition at line 785 of file IteratorsT.hh.
| typedef value_type& OpenMesh::Iterators::EdgeIterT< Mesh >::reference |
Definition at line 784 of file IteratorsT.hh.
| typedef Mesh::EdgeHandle OpenMesh::Iterators::EdgeIterT< Mesh >::value_handle |
Definition at line 772 of file IteratorsT.hh.
| typedef Mesh::Edge OpenMesh::Iterators::EdgeIterT< Mesh >::value_type |
Definition at line 771 of file IteratorsT.hh.
| OpenMesh::Iterators::EdgeIterT< Mesh >::EdgeIterT | ( | ) | [inline] |
Default constructor.
Definition at line 794 of file IteratorsT.hh.
| OpenMesh::Iterators::EdgeIterT< Mesh >::EdgeIterT | ( | mesh_ref | _mesh, | |
| value_handle | _hnd, | |||
| bool | _skip = false | |||
| ) | [inline] |
Construct with mesh and a target handle.
Definition at line 800 of file IteratorsT.hh.
| OpenMesh::Iterators::EdgeIterT< Mesh >::EdgeIterT | ( | const EdgeIterT< Mesh > & | _rhs | ) | [inline] |
Copy constructor.
Definition at line 811 of file IteratorsT.hh.
| void OpenMesh::Iterators::EdgeIterT< Mesh >::disable_skipping | ( | ) | [inline] |
Turn on skipping: automatically skip deleted/hidden elements.
Definition at line 893 of file IteratorsT.hh.
| void OpenMesh::Iterators::EdgeIterT< Mesh >::enable_skipping | ( | ) | [inline] |
Turn on skipping: automatically skip deleted/hidden elements.
Definition at line 878 of file IteratorsT.hh.
| value_handle OpenMesh::Iterators::EdgeIterT< Mesh >::handle | ( | ) | const [inline] |
Get the handle of the item the iterator refers to.
Definition at line 855 of file IteratorsT.hh.
| OpenMesh::Iterators::EdgeIterT< Mesh >::operator value_handle | ( | ) | const [inline] |
Cast to the handle of the item the iterator refers to.
Definition at line 858 of file IteratorsT.hh.
| bool OpenMesh::Iterators::EdgeIterT< Mesh >::operator!= | ( | const EdgeIterT< Mesh > & | _rhs | ) | const [inline] |
Not equal?
Definition at line 865 of file IteratorsT.hh.
| reference OpenMesh::Iterators::EdgeIterT< Mesh >::operator* | ( | ) | const [inline] |
Standard dereferencing operator.
Definition at line 849 of file IteratorsT.hh.
| EdgeIterT& OpenMesh::Iterators::EdgeIterT< Mesh >::operator++ | ( | ) | [inline] |
Standard pre-increment operator.
Definition at line 869 of file IteratorsT.hh.
| EdgeIterT& OpenMesh::Iterators::EdgeIterT< Mesh >::operator-- | ( | ) | [inline] |
Standard pre-decrement operator.
Definition at line 873 of file IteratorsT.hh.
| pointer OpenMesh::Iterators::EdgeIterT< Mesh >::operator-> | ( | ) | const [inline] |
Standard pointer operator.
Definition at line 852 of file IteratorsT.hh.
| EdgeIterT& OpenMesh::Iterators::EdgeIterT< Mesh >::operator= | ( | const EdgeIterT< Mesh > & | _rhs | ) | [inline] |
Assignment operator.
Definition at line 817 of file IteratorsT.hh.
| bool OpenMesh::Iterators::EdgeIterT< Mesh >::operator== | ( | const EdgeIterT< Mesh > & | _rhs | ) | const [inline] |
Are two iterators equal? Only valid if they refer to the same mesh!
Definition at line 861 of file IteratorsT.hh.
| void OpenMesh::Iterators::EdgeIterT< Mesh >::skip_bwd | ( | ) | [inline, private] |
Definition at line 908 of file IteratorsT.hh.
| void OpenMesh::Iterators::EdgeIterT< Mesh >::skip_fwd | ( | ) | [inline, private] |
Definition at line 899 of file IteratorsT.hh.
friend class ConstEdgeIterT< Mesh > [friend] |
Definition at line 844 of file IteratorsT.hh.
value_handle OpenMesh::Iterators::EdgeIterT< Mesh >::hnd_ [private] |
Definition at line 920 of file IteratorsT.hh.
mesh_ptr OpenMesh::Iterators::EdgeIterT< Mesh >::mesh_ [private] |
Definition at line 919 of file IteratorsT.hh.
unsigned int OpenMesh::Iterators::EdgeIterT< Mesh >::skip_bits_ [private] |
Definition at line 921 of file IteratorsT.hh.