Public Member Functions | Protected Attributes | Friends

OptOctree::geom_cell Class Reference

Auxiliary structure to traverse the octree. More...

#include <opt_octree.h>

Inheritance diagram for OptOctree::geom_cell:
Cube Point

List of all members.

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_celloperator= (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 is_leaf () const
 leaf test
bool operator() () const
 validation operator
bool sons (geom_cell *s, const HashField &hash)
 sons

Protected Attributes

Key _key
 octree cell
real _field
 field associated to the cell

Friends

class OptOctree

Detailed Description

Auxiliary structure to traverse the octree.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Defines