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

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

List of all members.

Public Types

typedef std::ptrdiff_t difference_type
typedef Mesh::HalfedgeHandle HalfedgeHandle
typedef
std::bidirectional_iterator_tag 
iterator_category
typedef Mesh * mesh_ptr
typedef Mesh & mesh_ref
typedef Mesh::Vertex * pointer
typedef Mesh::Vertex & reference
typedef Mesh::VertexHandle value_handle
typedef Mesh::Vertex value_type

Public Member Functions

HalfedgeHandle current_halfedge_handle () const
Mesh::VertexHandle handle () const
 Return the handle of the current target.
 operator bool () const
 operator typename Mesh::VertexHandle () const
 Cast to the handle of the current target.
bool operator!= (const VertexVertexIterT &_rhs) const
 Not equal ?
reference operator* () const
 Return a reference to the current target.
VertexVertexIterToperator++ ()
 Pre-Increment (next cw target).
VertexVertexIterToperator-- ()
 Pre-Decrement (next ccw target).
pointer operator-> () const
 Return a pointer to the current target.
VertexVertexIterToperator= (const VertexVertexIterT< Mesh > &_rhs)
 Assignment operator.
bool operator== (const VertexVertexIterT &_rhs) const
 Equal ?
 VertexVertexIterT (const VertexVertexIterT &_rhs)
 Copy constructor.
 VertexVertexIterT (mesh_ref _mesh, HalfedgeHandle _heh, bool _end=false)
 Construct with mesh and start halfedge.
 VertexVertexIterT (mesh_ref _mesh, typename Mesh::VertexHandle _start, bool _end=false)
 Construct with mesh and a typename Mesh::VertexHandle.
 VertexVertexIterT ()
 Default constructor.

Protected Attributes

HalfedgeHandle heh_
int lap_counter_
mesh_ptr mesh_
HalfedgeHandle start_

Friends

class ConstVertexVertexIterT< Mesh >

Detailed Description

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

Circulator.

Definition at line 100 of file CirculatorsT.hh.


Member Typedef Documentation

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

Definition at line 121 of file CirculatorsT.hh.

template<class Mesh>
typedef Mesh::HalfedgeHandle OpenMesh::Iterators::VertexVertexIterT< Mesh >::HalfedgeHandle

Definition at line 107 of file CirculatorsT.hh.

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

Definition at line 120 of file CirculatorsT.hh.

template<class Mesh>
typedef Mesh* OpenMesh::Iterators::VertexVertexIterT< Mesh >::mesh_ptr

Definition at line 123 of file CirculatorsT.hh.

template<class Mesh>
typedef Mesh& OpenMesh::Iterators::VertexVertexIterT< Mesh >::mesh_ref

Definition at line 122 of file CirculatorsT.hh.

template<class Mesh>
typedef Mesh::Vertex* OpenMesh::Iterators::VertexVertexIterT< Mesh >::pointer

Definition at line 125 of file CirculatorsT.hh.

template<class Mesh>
typedef Mesh::Vertex& OpenMesh::Iterators::VertexVertexIterT< Mesh >::reference

Definition at line 124 of file CirculatorsT.hh.

template<class Mesh>
typedef Mesh::VertexHandle OpenMesh::Iterators::VertexVertexIterT< Mesh >::value_handle

Definition at line 110 of file CirculatorsT.hh.

template<class Mesh>
typedef Mesh::Vertex OpenMesh::Iterators::VertexVertexIterT< Mesh >::value_type

Definition at line 109 of file CirculatorsT.hh.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 131 of file CirculatorsT.hh.

template<class Mesh>
OpenMesh::Iterators::VertexVertexIterT< Mesh >::VertexVertexIterT ( mesh_ref  _mesh,
typename Mesh::VertexHandle  _start,
bool  _end = false 
) [inline]

Construct with mesh and a typename Mesh::VertexHandle.

Definition at line 135 of file CirculatorsT.hh.

template<class Mesh>
OpenMesh::Iterators::VertexVertexIterT< Mesh >::VertexVertexIterT ( mesh_ref  _mesh,
HalfedgeHandle  _heh,
bool  _end = false 
) [inline]

Construct with mesh and start halfedge.

Definition at line 144 of file CirculatorsT.hh.

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

Copy constructor.

Definition at line 153 of file CirculatorsT.hh.


Member Function Documentation

template<class Mesh>
HalfedgeHandle OpenMesh::Iterators::VertexVertexIterT< Mesh >::current_halfedge_handle (  )  const [inline]

Get the current halfedge. There are Vertex*Iters and Face*Iters. For both the current state is defined by the current halfedge. This is what this method returns.

Definition at line 233 of file CirculatorsT.hh.

template<class Mesh>
Mesh::VertexHandle OpenMesh::Iterators::VertexVertexIterT< Mesh >::handle (  )  const [inline]

Return the handle of the current target.

Definition at line 239 of file CirculatorsT.hh.

template<class Mesh>
OpenMesh::Iterators::VertexVertexIterT< Mesh >::operator bool (  )  const [inline]

Returns whether the circulator is still valid. After one complete round around a vertex/face the circulator becomes invalid, i.e. this function will return false. Nevertheless you can continue circulating. This method just tells you whether you have completed the first round.

Definition at line 272 of file CirculatorsT.hh.

template<class Mesh>
OpenMesh::Iterators::VertexVertexIterT< Mesh >::operator typename Mesh::VertexHandle (  )  const [inline]

Cast to the handle of the current target.

Definition at line 246 of file CirculatorsT.hh.

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

Not equal ?

Definition at line 206 of file CirculatorsT.hh.

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

Return a reference to the current target.

Definition at line 253 of file CirculatorsT.hh.

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

Pre-Increment (next cw target).

Definition at line 212 of file CirculatorsT.hh.

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

Pre-Decrement (next ccw target).

Definition at line 221 of file CirculatorsT.hh.

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

Return a pointer to the current target.

Definition at line 260 of file CirculatorsT.hh.

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

Assignment operator.

Definition at line 162 of file CirculatorsT.hh.

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

Equal ?

Definition at line 197 of file CirculatorsT.hh.


Friends And Related Function Documentation

template<class Mesh>
friend class ConstVertexVertexIterT< Mesh > [friend]

Definition at line 192 of file CirculatorsT.hh.


Member Data Documentation

template<class Mesh>
HalfedgeHandle OpenMesh::Iterators::VertexVertexIterT< Mesh >::heh_ [protected]

Definition at line 280 of file CirculatorsT.hh.

template<class Mesh>
int OpenMesh::Iterators::VertexVertexIterT< Mesh >::lap_counter_ [protected]

Definition at line 281 of file CirculatorsT.hh.

template<class Mesh>
mesh_ptr OpenMesh::Iterators::VertexVertexIterT< Mesh >::mesh_ [protected]

Definition at line 279 of file CirculatorsT.hh.

template<class Mesh>
HalfedgeHandle OpenMesh::Iterators::VertexVertexIterT< Mesh >::start_ [protected]

Definition at line 280 of file CirculatorsT.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