ug4
octree_impl.hpp File Reference
#include <vector>
#include "lib_grid/lg_base.h"
#include "common/node_tree/octree.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

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. More...