33#ifndef __H__LIB_GRID__OCTREE__
34#define __H__LIB_GRID__OCTREE__
72template <
class TIterator>
75 int maxDepth,
int elemThreshold,
bool bLoose,
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
SmartPtr< CollisionTreeRootNode > SPCollisionTreeRootNode
the smartpointer which will be used to encapsulate the node
Definition collision_tree_root_node.h:46
APosition aPosition("position", true)
The standard 3d position type.
Definition common_attachments.h:84