|
| enum | NodeType { Leaf,
Internal
} |
| |
|
|
| BVHNode (int begin, int end, const AABB &bound) |
| |
|
| BVHNode (int splitAxis, const std::shared_ptr< BVHNode > &left, const std::shared_ptr< BVHNode > &right) |
| |
|
void * | operator new (std::size_t size) throw (std::bad_alloc) |
| |
|
void | operator delete (void *p) |
| |
|
|
NodeType | type |
| |
|
int | begin |
| |
|
int | end |
| |
|
AABB | bound |
| |
|
int | splitAxis |
| |
|
std::shared_ptr< BVHNode > | left |
| |
|
std::shared_ptr< BVHNode > | right |
| |
The documentation for this struct was generated from the following file:
- /home/travis/build/hi2p-perim/lightmetrica/src/liblightmetrica/scene.bvh.cpp