Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
octree.h File Reference

Go to the source code of this file.

Namespaces

namespace  ug
 the ug namespace
 

Typedefs

typedef node_tree::SPCollisionTreeRootNode ug::SPOctree
 

Functions

template<class TIterator >
SPOctree ug::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.