Developer Documentation
OpenVolumeMesh::BoundaryItemIter< Iter, Handle > Class Template Reference
Inheritance diagram for OpenVolumeMesh::BoundaryItemIter< Iter, Handle >:
OpenVolumeMesh::BaseIterator< Handle >

Public Types

typedef BaseIterator< Handle > BaseIter
 
- Public Types inherited from OpenVolumeMesh::BaseIterator< Handle >
typedef std::bidirectional_iterator_tag iterator_category
 
typedef int difference_type
 
typedef const Handle value_type
 
typedef const Handle * pointer
 
typedef const Handle & reference
 

Public Member Functions

 BoundaryItemIter (const TopologyKernel *_mesh)
 
BoundaryItemIter operator++ (int)
 
BoundaryItemIter operator-- (int)
 
BoundaryItemIter operator+ (int _n)
 
BoundaryItemIter operator- (int _n)
 
BoundaryItemIteroperator+= (int _n)
 
BoundaryItemIteroperator-= (int _n)
 
BoundaryItemIteroperator-- ()
 
BoundaryItemIteroperator++ ()
 
- Public Member Functions inherited from OpenVolumeMesh::BaseIterator< Handle >
 BaseIterator (const TopologyKernel *_mesh, const Handle &_ch)
 
 BaseIterator (const TopologyKernel *_mesh)
 
 BaseIterator (const BaseIterator &_c)=default
 
BaseIteratoroperator= (const BaseIterator &_c)=default
 
bool operator== (const BaseIterator &_c) const
 
bool operator!= (const BaseIterator &_c) const
 
pointer operator-> () const
 
reference operator* () const
 
bool operator< (const BaseIterator &_c) const
 
 operator bool () const
 
void valid (bool _valid)
 
bool valid () const
 
bool is_valid () const
 
void cur_handle (const Handle &_h)
 
reference cur_handle () const
 
const TopologyKernelmesh () const
 

Private Member Functions

size_t n_items () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 
bool has_incidences () const
 

Private Attributes

Iter it_
 
const Iter it_begin_
 
const Iter it_end_
 

Detailed Description

template<class Iter, class Handle>
class OpenVolumeMesh::BoundaryItemIter< Iter, Handle >

Definition at line 23 of file BoundaryItemIter.hh.

Member Typedef Documentation

◆ BaseIter

template<class Iter , class Handle >
typedef BaseIterator<Handle> OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::BaseIter

Definition at line 25 of file BoundaryItemIter.hh.

Constructor & Destructor Documentation

◆ BoundaryItemIter()

template<class Iter , class Handle >
OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::BoundaryItemIter ( const TopologyKernel _mesh)
inlineexplicit

Definition at line 28 of file BoundaryItemIter.hh.

Member Function Documentation

◆ has_incidences() [1/6]

bool OpenVolumeMesh::BoundaryItemIter< VertexIter, VertexHandle >::has_incidences ( ) const
private

Definition at line 12 of file BoundaryItemIter.cc.

◆ has_incidences() [2/6]

bool OpenVolumeMesh::BoundaryItemIter< HalfEdgeIter, HalfEdgeHandle >::has_incidences ( ) const
private

Definition at line 17 of file BoundaryItemIter.cc.

◆ has_incidences() [3/6]

bool OpenVolumeMesh::BoundaryItemIter< EdgeIter, EdgeHandle >::has_incidences ( ) const
private

Definition at line 23 of file BoundaryItemIter.cc.

◆ has_incidences() [4/6]

bool OpenVolumeMesh::BoundaryItemIter< HalfFaceIter, HalfFaceHandle >::has_incidences ( ) const
private

Definition at line 29 of file BoundaryItemIter.cc.

◆ has_incidences() [5/6]

bool OpenVolumeMesh::BoundaryItemIter< FaceIter, FaceHandle >::has_incidences ( ) const
private

Definition at line 34 of file BoundaryItemIter.cc.

◆ has_incidences() [6/6]

bool OpenVolumeMesh::BoundaryItemIter< CellIter, CellHandle >::has_incidences ( ) const
private

Definition at line 39 of file BoundaryItemIter.cc.

◆ n_items()

template<class Iter , class Handle >
size_t OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::n_items
private

Definition at line 7 of file BoundaryItemIter.cc.

◆ operator+()

template<class Iter , class Handle >
BoundaryItemIter OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator+ ( int  _n)
inline

Definition at line 62 of file BoundaryItemIter.hh.

◆ operator++() [1/2]

template<class Iter , class Handle >
BoundaryItemIter & OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator++ ( )
inline

Definition at line 102 of file BoundaryItemIter.hh.

◆ operator++() [2/2]

template<class Iter , class Handle >
BoundaryItemIter OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator++ ( int  )
inline

Definition at line 52 of file BoundaryItemIter.hh.

◆ operator+=()

template<class Iter , class Handle >
BoundaryItemIter & OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator+= ( int  _n)
inline

Definition at line 76 of file BoundaryItemIter.hh.

◆ operator-()

template<class Iter , class Handle >
BoundaryItemIter OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator- ( int  _n)
inline

Definition at line 69 of file BoundaryItemIter.hh.

◆ operator--() [1/2]

template<class Iter , class Handle >
BoundaryItemIter & OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator-- ( )
inline

Definition at line 89 of file BoundaryItemIter.hh.

◆ operator--() [2/2]

template<class Iter , class Handle >
BoundaryItemIter OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator-- ( int  )
inline

Definition at line 57 of file BoundaryItemIter.hh.

◆ operator-=()

template<class Iter , class Handle >
BoundaryItemIter & OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::operator-= ( int  _n)
inline

Definition at line 82 of file BoundaryItemIter.hh.

Member Data Documentation

◆ it_

template<class Iter , class Handle >
Iter OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::it_
private

Definition at line 120 of file BoundaryItemIter.hh.

◆ it_begin_

template<class Iter , class Handle >
const Iter OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::it_begin_
private

Definition at line 121 of file BoundaryItemIter.hh.

◆ it_end_

template<class Iter , class Handle >
const Iter OpenVolumeMesh::BoundaryItemIter< Iter, Handle >::it_end_
private

Definition at line 122 of file BoundaryItemIter.hh.


The documentation for this class was generated from the following files: