NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KDTreeNode.hpp File Reference
#include "bvh/Platform.hpp"
#include "Util.hpp"

Go to the source code of this file.

Classes

class  FW::KDTreeNode
 K-d tree virtual parent node class. More...
 
class  FW::KDTInnerNode
 K-d tree's inner node class. More...
 
class  FW::KDTLeafNode
 K-d tree's leaf node class. More...
 

Namespaces

 FW
 Scene class declarations.
 

Enumerations

enum  FW::KDTREE_STAT {
  FW::KDTREE_STAT_NODE_COUNT, FW::KDTREE_STAT_INNER_COUNT, FW::KDTREE_STAT_LEAF_COUNT, FW::KDTREE_STAT_TRIANGLE_COUNT,
  FW::KDTREE_STAT_CHILDNODE_COUNT, FW::KDTREE_STAT_EMPTYLEAF_COUNT
}
 Available statistics. Used in getSubtreeSize. More...