|
enum | Type { ALL_CELLS =0
, ONLY_INNER_AND_BOUNDARY =1
} |
|
typedef std::vector< ParticleCell > | CellContainer_T |
|
typedef CellContainer_T * | CellContainer_T_ptr |
|
typedef size_t | CellIndex_T |
|
typedef size_t | MolIndex_T |
|
|
| ParticleIterator (Type t_arg, CellContainer_T_ptr cells_arg, const CellIndex_T offset_arg, const CellIndex_T stride_arg, const bool initialize=true) |
|
ParticleIterator & | operator= (const ParticleIterator &other) |
|
Molecule & | operator* () const |
|
Molecule * | operator-> () const |
|
void | deleteCurrentParticle () |
|
CellIndex_T | getCellIndex () |
|
bool | isValid () const |
|
virtual void | operator++ () |
|
|
virtual void | next_non_empty_cell () |
|
virtual void | updateCellIteratorCell () |
|
The documentation for this class was generated from the following file: