Public Member Functions | Protected Attributes | Friends

LeafOctree::leaf_iterator Class Reference

Octree cell iterator : Traverse the octree returning basic information on the cells. More...

#include <leaf_octree.h>

List of all members.

Public Member Functions

 leaf_iterator (LeafOctree &o)
 Default constructor : Constructs an iterator from a cell.
 ~leaf_iterator ()
 Destructor.
 leaf_iterator (const leaf_iterator &i)
 Copy constructor.
leaf_iteratoroperator= (const leaf_iterator &i)
 Assignment operator.
bool operator== (const leaf_iterator &i) const
 equality operator
bool operator!= (const leaf_iterator &i) const
 inequality operator
bool operator() () const
 validation operator
leaf_iteratoroperator++ ()
 next position
geom_cell top () const
realoperator* ()
 id accessor
Level lv ()
 level accessor
real sz ()
 size accessor
Key key () const
 key accessor
bool is_leaf () const
 points accessor
void draw_wire () const
 Draws the cell wire with opengl.

Protected Attributes

HashField::iterator _it
 Octree traversal iterator.

Friends

class LeafOctree

Detailed Description

Octree cell iterator : Traverse the octree returning basic information on the cells.


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