33 #ifndef __H__LIB_GRID__OCTREE__
34 #define __H__LIB_GRID__OCTREE__
72 template <
class TIterator>
75 int maxDepth,
int elemThreshold,
bool bLoose,
Definition: smart_pointer.h:108
A generic specialization of IAttachment.
Definition: attachment_pipe.h:263
Manages the elements of a grid and their interconnection.
Definition: grid.h:132
node_tree::SPCollisionTreeRootNode SPOctree
Definition: octree.h:52
SPOctree CreateOctree(Grid &grid, TIterator elemsBegin, TIterator elemsEnd, int maxDepth, int elemThreshold, bool bLoose, APosition &aPos=aPosition)
Creates an Octree from a list of edges or triangles.
Definition: octree_impl.hpp:47
APosition aPosition("position", true)
The standard 3d position type.
Definition: common_attachments.h:84