PeriDyno 1.0.0
Loading...
Searching...
No Matches
VoxelOctree.h File Reference
#include "Topology/TriangleSet.h"
#include "Module/TopologyModule.h"
#include "Primitive/Primitive3D.h"
#include "Vector.h"
Include dependency graph for VoxelOctree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dyno::VoxelOctreeNode< TCoord >
 
class  dyno::VoxelOctree< TDataType >
 

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 

Macros

#define MAX_LEVEL   15
 
#define DIM   3
 

Functions

static DYN_FUNC OcKey dyno::CalculateMortonCode (OcIndex x, OcIndex y, OcIndex z)
 
static DYN_FUNC void dyno::RecoverFromMortonCode (OcKey key, OcIndex &x, OcIndex &y, OcIndex &z)
 

Macro Definition Documentation

◆ DIM

#define DIM   3

Definition at line 30 of file VoxelOctree.h.

◆ MAX_LEVEL

#define MAX_LEVEL   15

Definition at line 29 of file VoxelOctree.h.