BVH Member List
This is the complete list of members for BVH, including all inherited members.
Build(unsigned int numElements, unsigned int maxElementsPerNode=(1<< 3)) | BVH | |
BVH() | BVH | |
Clear() | BVH | |
FindSplit(unsigned int elementCount, unsigned int *elements, float const *box, unsigned int maxElementsPerNode) | BVH | protectedvirtual |
GetChildNodes(unsigned int parent, unsigned int &child1, unsigned int &child2) const | BVH | |
GetElementBounds(unsigned int i, float box[6]) const =0 | BVH | protectedpure virtual |
GetElementCenter(unsigned int i, int dimension) const =0 | BVH | protectedpure virtual |
GetFirstChildNode(unsigned int parentNodeID) const | BVH | |
GetNodeBounds(unsigned int nodeID) const | BVH | |
GetNodeElementCount(unsigned int nodeID) const | BVH | |
GetNodeElements(unsigned int nodeID) const | BVH | |
GetRootNodeID() const | BVH | |
GetSecondChildNode(unsigned int parentNodeID) const | BVH | |
GetSiblingNode(unsigned int firstChildNodeID) const | BVH | |
IsLeafNode(unsigned int nodeID) const | BVH | |
~BVH() | BVH | virtual |