Public Member Functions | |
| BVHPrimitiveInfo () | |
| BVHPrimitiveInfo (int pn, const BBox &b) | |
Public Attributes | |
| int | primitiveNumber |
| Point | centroid |
| BBox | bounds |
Definition at line 32 of file bvh.cpp.
| BVHPrimitiveInfo::BVHPrimitiveInfo | ( | int | pn, | |
| const BBox & | b | |||
| ) | [inline] |
Definition at line 35 of file bvh.cpp.
Referenced by CompareToBucket::operator()(), ComparePoints::operator()(), and CompareToMid::operator()().
Definition at line 34 of file bvh.cpp.
Referenced by BVHAccel::recursiveBuild().
1.6.3