#include <SphericalClumpBVH.hpp>
Public Attributes | |
| double | avgCount |
| double | avgDepth |
| double | avgDiagonal |
| int | maxCount |
| int | maxDepth |
| double | maxDiagonal |
| int | minCount |
| int | minDepth |
| double | minDiagonal |
An instance of this struct holds summary statistics gathered by leafStatistics() from a walk of the leaves of an already-built BVH: for each of the leaf depth, the number of clumps in the leaf, and the diagonal of the leaf's bounding box, the minimum, maximum and average value taken over all leaves.