#include <CellHandle.hh>
Public Member Functions | |
void | __decrement () |
void | __increment () |
CellHandle (int _idx=-8) | |
int | idx () const |
void | idx (int _idx) |
bool | is_invalid () const |
bool | is_valid () const |
bool | operator!= (const CellHandle &_other) const |
void | operator++ () |
bool | operator< (const CellHandle &_other) const |
bool | operator== (const CellHandle &_other) const |
void | reset () |
Private Attributes | |
int | idx_ |
Handling of cells...negative indices identify invalid cells.
Definition at line 22 of file CellHandle.hh.
|
inlineexplicit |
Definition at line 25 of file CellHandle.hh.
|
inline |
Definition at line 49 of file CellHandle.hh.
|
inline |
Definition at line 48 of file CellHandle.hh.
|
inline |
Definition at line 29 of file CellHandle.hh.
|
inline |
Definition at line 30 of file CellHandle.hh.
|
inline |
Definition at line 33 of file CellHandle.hh.
|
inline |
Definition at line 32 of file CellHandle.hh.
|
inline |
Definition at line 40 of file CellHandle.hh.
|
inline |
Definition at line 46 of file CellHandle.hh.
|
inline |
Definition at line 43 of file CellHandle.hh.
|
inline |
Definition at line 37 of file CellHandle.hh.
|
inline |
Definition at line 35 of file CellHandle.hh.
|
private |
Definition at line 52 of file CellHandle.hh.