Classes

ptr_octree.h File Reference

#include <stack>
#include "mlist.h"
#include "cube.h"
#include "MarchingCubes.h"
#include "mc_draw.h"
#include "data_access.h"

Go to the source code of this file.

Classes

class  PtrOctree
struct  PtrOctree::cell
 Octree cell data structure. More...
class  PtrOctree::geom_cell
 Auxiliary structure to traverse the octree. More...
class  PtrOctree::cell_iterator
 Octree cell iterator : Traverse the octree returning basic information on the cells. More...
class  PtrOctree::leaf_iterator
 Octree leaf iterator : Traverse the octree returning basic information on the leaves. More...

Detailed Description

Author:
Thomas Lewiner <tomlew@puc-rio.br>
Matmidia Lab, Math Dept, PUC-Rio
Date:
10/01/2010

Octree structure with son-brother pointers

 All Classes Files Functions Variables Typedefs Enumerations Defines