Developer Documentation
OpenVolumeMesh::CellSheetCellIter Class Reference
Inheritance diagram for OpenVolumeMesh::CellSheetCellIter:
OpenVolumeMesh::BaseCirculator< CellHandle, CellHandle > OpenVolumeMesh::BaseIterator< CellHandle >

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)
 
CellSheetCellIteroperator+= (int _n)
 
CellSheetCellIteroperator-= (int _n)
 
CellSheetCellIteroperator++ ()
 
CellSheetCellIteroperator-- ()
 
- Public Member Functions inherited from OpenVolumeMesh::BaseCirculator< CellHandle, CellHandle >
 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
 
BaseCirculatoroperator= (const BaseCirculator &_c)=default
 
const CellHandleref_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)
 
 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 CellHandle &_h)
 
reference cur_handle () const
 
const TopologyKernelmesh () const
 

Private Types

typedef BaseCirculator< CellHandle, CellHandleBaseIter
 

Private Attributes

std::vector< CellHandleneighb_sheet_cell_hs_
 
size_t cur_index_
 

Additional Inherited Members

- Public Types inherited from OpenVolumeMesh::BaseCirculator< CellHandle, CellHandle >
typedef BaseIterator< CellHandleBaseIter
 
- 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 CellHandlepointer
 
typedef const CellHandlereference
 
- Protected Attributes inherited from OpenVolumeMesh::BaseCirculator< CellHandle, CellHandle >
int lap_
 
int max_laps_
 
CellHandle ref_handle_
 

Detailed Description

Definition at line 45 of file HexahedralMeshIterators.hh.

Member Typedef Documentation

◆ BaseIter

Constructor & Destructor Documentation

◆ CellSheetCellIter()

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.

Member Function Documentation

◆ operator+()

CellSheetCellIter OpenVolumeMesh::CellSheetCellIter::operator+ ( int  _n)
inline

Definition at line 63 of file HexahedralMeshIterators.hh.

◆ operator++() [1/2]

CellSheetCellIter & OpenVolumeMesh::CellSheetCellIter::operator++ ( )

Definition at line 103 of file HexahedralMeshIterators.cc.

◆ operator++() [2/2]

CellSheetCellIter OpenVolumeMesh::CellSheetCellIter::operator++ ( int  )
inline

Definition at line 53 of file HexahedralMeshIterators.hh.

◆ operator+=()

CellSheetCellIter & OpenVolumeMesh::CellSheetCellIter::operator+= ( int  _n)
inline

Definition at line 77 of file HexahedralMeshIterators.hh.

◆ operator-()

CellSheetCellIter OpenVolumeMesh::CellSheetCellIter::operator- ( int  _n)
inline

Definition at line 70 of file HexahedralMeshIterators.hh.

◆ operator--() [1/2]

CellSheetCellIter & OpenVolumeMesh::CellSheetCellIter::operator-- ( )

Definition at line 86 of file HexahedralMeshIterators.cc.

◆ operator--() [2/2]

CellSheetCellIter OpenVolumeMesh::CellSheetCellIter::operator-- ( int  )
inline

Definition at line 58 of file HexahedralMeshIterators.hh.

◆ operator-=()

CellSheetCellIter & OpenVolumeMesh::CellSheetCellIter::operator-= ( int  _n)
inline

Definition at line 83 of file HexahedralMeshIterators.hh.

Member Data Documentation

◆ cur_index_

size_t OpenVolumeMesh::CellSheetCellIter::cur_index_
private

Definition at line 95 of file HexahedralMeshIterators.hh.

◆ neighb_sheet_cell_hs_

std::vector<CellHandle> OpenVolumeMesh::CellSheetCellIter::neighb_sheet_cell_hs_
private

Definition at line 94 of file HexahedralMeshIterators.hh.


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