Developer Documentation
|
Public Member Functions | |
CellSheetCellIter (const CellHandle &_ref_h, const unsigned char _orthDir, const HexahedralMeshTopologyKernel *_mesh, int _max_laps=1) | |
CellSheetCellIter | operator++ (int) |
CellSheetCellIter | operator-- (int) |
CellSheetCellIter | operator+ (int _n) |
CellSheetCellIter | operator- (int _n) |
CellSheetCellIter & | operator+= (int _n) |
CellSheetCellIter & | operator-= (int _n) |
CellSheetCellIter & | operator++ () |
CellSheetCellIter & | operator-- () |
![]() | |
BaseCirculator (const TopologyKernel *_mesh, const CellHandle &_ih, const CellHandle &_oh, int _max_laps=1) | |
BaseCirculator (const TopologyKernel *_mesh, const CellHandle &_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 CellHandle & | 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 Types | |
typedef BaseCirculator< CellHandle, CellHandle > | BaseIter |
Private Attributes | |
std::vector< CellHandle > | neighb_sheet_cell_hs_ |
size_t | cur_index_ |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
int | lap_ |
int | max_laps_ |
CellHandle | ref_handle_ |
Definition at line 45 of file HexahedralMeshIterators.hh.
|
private |
Definition at line 47 of file HexahedralMeshIterators.hh.
OpenVolumeMesh::CellSheetCellIter::CellSheetCellIter | ( | const CellHandle & | _ref_h, |
const unsigned char | _orthDir, | ||
const HexahedralMeshTopologyKernel * | _mesh, | ||
int | _max_laps = 1 |
||
) |
Definition at line 48 of file HexahedralMeshIterators.cc.
|
inline |
Definition at line 63 of file HexahedralMeshIterators.hh.
CellSheetCellIter & OpenVolumeMesh::CellSheetCellIter::operator++ | ( | ) |
Definition at line 103 of file HexahedralMeshIterators.cc.
|
inline |
Definition at line 53 of file HexahedralMeshIterators.hh.
|
inline |
Definition at line 77 of file HexahedralMeshIterators.hh.
|
inline |
Definition at line 70 of file HexahedralMeshIterators.hh.
CellSheetCellIter & OpenVolumeMesh::CellSheetCellIter::operator-- | ( | ) |
Definition at line 86 of file HexahedralMeshIterators.cc.
|
inline |
Definition at line 58 of file HexahedralMeshIterators.hh.
|
inline |
Definition at line 83 of file HexahedralMeshIterators.hh.
|
private |
Definition at line 95 of file HexahedralMeshIterators.hh.
|
private |
Definition at line 94 of file HexahedralMeshIterators.hh.