Auxiliary structure to traverse the octree. More...
#include <leaf_octree.h>
Public Member Functions | |
geom_cell (Key key_=KEY_INV, real field_=R_INV) | |
Default constructor. | |
geom_cell (HashField::KeyData kd) | |
Default constructor. | |
~geom_cell () | |
Destructor. | |
geom_cell (const geom_cell &i) | |
Copy constructor. | |
geom_cell & | operator= (const geom_cell &i) |
Assignment operator. | |
Key | key () const |
key const accessor | |
Key & | key () |
key accessor | |
real | operator* () const |
id const accessor | |
bool | operator== (const geom_cell &i) const |
equality operator | |
bool | operator!= (const geom_cell &i) const |
inequality operator | |
bool | operator() () const |
validation operator | |
Protected Attributes | |
Key | _key |
octree cell | |
real | _field |
field associated to the cell | |
Friends | |
class | LeafOctree |
Auxiliary structure to traverse the octree.