#include <OPC_OptimizedTree.h>
Public Attributes | |
Point | mCenterCoeff |
Point | mExtentsCoeff |
Additional Inherited Members | |
Public Member Functions inherited from AABBOptimizedTree | |
AABBOptimizedTree () | |
virtual bool | Build (AABBTree *tree)=0 |
inline_ udword | GetNbNodes () const |
virtual udword | GetUsedBytes () const =0 |
virtual bool | Refit (const MeshInterface *mesh_interface)=0 |
virtual bool | Walk (GenericWalkingCallback callback, void *user_data) const =0 |
virtual | ~AABBOptimizedTree () |
Protected Attributes inherited from AABBOptimizedTree | |
udword | mNbNodes |
A quantized no-leaf AABB tree.
Definition at line 211 of file OPC_OptimizedTree.h.
Point AABBQuantizedNoLeafTree::mCenterCoeff |
Definition at line 216 of file OPC_OptimizedTree.h.
Point AABBQuantizedNoLeafTree::mExtentsCoeff |
Definition at line 217 of file OPC_OptimizedTree.h.