ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Octree.h File Reference
#include "Allocator.h"
#include "BinaryNode.h"
#include "MarchingCubes.h"
#include "Octree.inl"
Include dependency graph for Octree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OctNode< NodeData >
 
struct  OctNode< NodeData >::Neighbors< Width >
 
struct  OctNode< NodeData >::ConstNeighbors< Width >
 
class  OctNode< NodeData >::NeighborKey< LeftRadius, RightRadius >
 
class  OctNode< NodeData >::ConstNeighborKey< LeftRadius, RightRadius >
 

Macros

#define NEW_OCTNODE_CODE   1
 
#define DIMENSION   3
 

Macro Definition Documentation

◆ DIMENSION

#define DIMENSION   3

Definition at line 38 of file Octree.h.

◆ NEW_OCTNODE_CODE

#define NEW_OCTNODE_CODE   1

Definition at line 36 of file Octree.h.