Loading [MathJax]/extensions/tex2jax.js
MeshLib C++ Docs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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
 

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)