Developer Documentation
|
Public Types | |
typedef BaseCirculator< VertexHandle, CellHandle > | BaseIter |
![]() | |
typedef BaseIterator< CellHandle > | BaseIter |
![]() | |
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 | |
VertexCellIter (const VertexHandle &_vIdx, const TopologyKernel *_mesh, int _max_laps=1) | |
VertexCellIter | operator++ (int) |
VertexCellIter | operator-- (int) |
VertexCellIter | operator+ (int _n) |
VertexCellIter | operator- (int _n) |
VertexCellIter & | operator+= (int _n) |
VertexCellIter & | operator-= (int _n) |
VertexCellIter & | operator++ () |
VertexCellIter & | operator-- () |
![]() | |
BaseCirculator (const TopologyKernel *_mesh, const VertexHandle &_ih, const CellHandle &_oh, int _max_laps=1) | |
BaseCirculator (const TopologyKernel *_mesh, const VertexHandle &_ih, int _max_laps=1) | |
BaseCirculator (const BaseCirculator &_c)=default | |
bool | operator== (const BaseCirculator &_c) const |
bool | operator!= (const BaseCirculator &_c) const |
bool | operator< (const BaseCirculator &_c) const |
BaseCirculator & | operator= (const BaseCirculator &_c)=default |
const VertexHandle & | ref_handle () const |
void | lap (int _lap) |
int | lap () const |
void | max_laps (int _max_laps) |
int | max_laps () const |
![]() | |
BaseIterator (const TopologyKernel *_mesh, const CellHandle &_ch) | |
BaseIterator (const TopologyKernel *_mesh) | |
BaseIterator (const BaseIterator &_c)=default | |
BaseIterator & | operator= (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 CellHandle &_h) |
reference | cur_handle () const |
const TopologyKernel * | mesh () const |
Private Attributes | |
std::vector< CellHandle > | cells_ |
size_t | cur_index_ |
Additional Inherited Members | |
![]() | |
int | lap_ |
int | max_laps_ |
VertexHandle | ref_handle_ |
Definition at line 13 of file VertexCellIter.hh.
Definition at line 19 of file VertexCellIter.hh.
OpenVolumeMesh::VertexCellIter::VertexCellIter | ( | const VertexHandle & | _vIdx, |
const TopologyKernel * | _mesh, | ||
int | _max_laps = 1 |
||
) |
Definition at line 6 of file VertexCellIter.cc.
|
inline |
Definition at line 34 of file VertexCellIter.hh.
VertexCellIter & OpenVolumeMesh::VertexCellIter::operator++ | ( | ) |
Definition at line 71 of file VertexCellIter.cc.
|
inline |
Definition at line 24 of file VertexCellIter.hh.
|
inline |
Definition at line 48 of file VertexCellIter.hh.
|
inline |
Definition at line 41 of file VertexCellIter.hh.
VertexCellIter & OpenVolumeMesh::VertexCellIter::operator-- | ( | ) |
Definition at line 54 of file VertexCellIter.cc.
|
inline |
Definition at line 29 of file VertexCellIter.hh.
|
inline |
Definition at line 54 of file VertexCellIter.hh.
|
private |
Definition at line 65 of file VertexCellIter.hh.
|
private |
Definition at line 66 of file VertexCellIter.hh.