MeshLib C++ Docs
Loading...
Searching...
No Matches
MRAABBTreeMaker.h File Reference
#include "MRAABBTreeNode.h"
#include "MRVector.h"

Go to the source code of this file.

Classes

struct  MR::BoxedLeaf< T >

Namespaces

namespace  MR
 only for bindings generation

Functions

int MR::getNumNodes (int numLeaves)
 returns the number of nodes in the binary tree with given number of leaves
template<typename T>
AABBTreeNodeVec< T > MR::makeAABBTreeNodeVec (Buffer< BoxedLeaf< T > > boxedLeaves)