Pioneer
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
BVHTree Class Reference

#include <BVHTree.h>

Public Types

typedef int objPtr_t
 

Public Member Functions

 BVHTree (const int numObjs, const objPtr_t *objPtrs, const Aabb *objAabbs)
 
 ~BVHTree ()
 
BVHNodeGetRoot ()
 
size_t GetNumNodes () const
 
double CalculateSAH () const
 

Member Typedef Documentation

◆ objPtr_t

typedef int BVHTree::objPtr_t

Constructor & Destructor Documentation

◆ BVHTree()

BVHTree::BVHTree ( const int  numObjs,
const objPtr_t objPtrs,
const Aabb objAabbs 
)

◆ ~BVHTree()

BVHTree::~BVHTree ( )
inline

Member Function Documentation

◆ CalculateSAH()

double BVHTree::CalculateSAH ( ) const
Here is the call graph for this function:

◆ GetNumNodes()

size_t BVHTree::GetNumNodes ( ) const
inline

◆ GetRoot()

BVHNode * BVHTree::GetRoot ( )
inline

The documentation for this class was generated from the following files: