Developer Documentation
|
Public Types | |
typedef BaseCirculator< HalfEdgeHandle, CellHandle > | BaseIter |
Public Types inherited from OpenVolumeMesh::BaseCirculator< HalfEdgeHandle, CellHandle > | |
typedef BaseIterator< CellHandle > | BaseIter |
Public Types inherited from OpenVolumeMesh::BaseIterator< CellHandle > | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef int | difference_type |
typedef const CellHandle | value_type |
typedef const CellHandle * | pointer |
typedef const CellHandle & | reference |
Public Member Functions | |
HalfEdgeCellIter (const HalfEdgeHandle &_heIdx, const TopologyKernel *_mesh, int _max_laps=1) | |
HalfEdgeCellIter | operator++ (int) |
HalfEdgeCellIter | operator-- (int) |
HalfEdgeCellIter | operator+ (int _n) |
HalfEdgeCellIter | operator- (int _n) |
HalfEdgeCellIter & | operator+= (int _n) |
HalfEdgeCellIter & | operator-= (int _n) |
HalfEdgeCellIter & | operator++ () |
HalfEdgeCellIter & | operator-- () |
Public Member Functions inherited from OpenVolumeMesh::BaseCirculator< HalfEdgeHandle, CellHandle > | |
BaseCirculator (const TopologyKernel *_mesh, const HalfEdgeHandle &_ih, const CellHandle &_oh, int _max_laps=1) | |
BaseCirculator (const TopologyKernel *_mesh, const HalfEdgeHandle &_ih, int _max_laps=1) | |
bool | operator== (const BaseCirculator &_c) const |
bool | operator!= (const BaseCirculator &_c) const |
bool | operator< (const BaseCirculator &_c) const |
BaseCirculator & | operator= (const BaseCirculator &_c) |
const HalfEdgeHandle & | ref_handle () const |
void | lap (int _lap) |
int | lap () const |
void | max_laps (int _max_laps) |
int | max_laps () const |
Public Member Functions inherited from OpenVolumeMesh::BaseIterator< CellHandle > | |
BaseIterator (const TopologyKernel *_mesh, const CellHandle &_ch) | |
BaseIterator (const TopologyKernel *_mesh) | |
bool | operator== (const BaseIterator &_c) const |
bool | operator!= (const BaseIterator &_c) const |
pointer | operator-> () const |
reference | operator* () const |
bool | operator< (const BaseIterator &_c) const |
BaseIterator & | operator= (const BaseIterator &_c) |
operator bool () const | |
void | valid (bool _valid) |
bool | valid () const |
void | cur_handle (const CellHandle &_h) |
reference | cur_handle () const |
const TopologyKernel * | mesh () const |
Private Member Functions | |
CellHandle | getCellHandle (int _cur_index) const |
Private Attributes | |
std::vector< CellHandle > | cells_ |
size_t | cur_index_ |
Additional Inherited Members | |
Protected Attributes inherited from OpenVolumeMesh::BaseCirculator< HalfEdgeHandle, CellHandle > | |
int | lap_ |
int | max_laps_ |
HalfEdgeHandle | ref_handle_ |
Definition at line 537 of file Iterators.hh.