![]() |
TrinityCore
|
#include <BoundingIntervalHierarchy.h>
Public Member Functions | |
| BuildStats () | |
| void | updateInner () |
| void | updateBVH2 () |
| void | updateLeaf (int depth, int n) |
| void | printStats () const |
Private Attributes | |
| int | numNodes |
| int | numLeaves |
| int | sumObjects |
| int | minObjects |
| int | maxObjects |
| int | sumDepth |
| int | minDepth |
| int | maxDepth |
| int | numLeavesN [6] |
| int | numBVH2 |
Definition at line 335 of file BoundingIntervalHierarchy.h.
|
inline |
Definition at line 350 of file BoundingIntervalHierarchy.h.
| void BIH::BuildStats::printStats | ( | ) | const |
Definition at line 293 of file BoundingIntervalHierarchy.cpp.
Here is the caller graph for this function:
|
inline |
Definition at line 359 of file BoundingIntervalHierarchy.h.
Here is the caller graph for this function:
|
inline |
Definition at line 358 of file BoundingIntervalHierarchy.h.
Here is the caller graph for this function:| void BIH::BuildStats::updateLeaf | ( | int | depth, |
| int | n | ||
| ) |
Definition at line 280 of file BoundingIntervalHierarchy.cpp.
Here is the caller graph for this function:
|
private |
Definition at line 345 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 342 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 344 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 341 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 347 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 339 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 346 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 338 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 343 of file BoundingIntervalHierarchy.h.
|
private |
Definition at line 340 of file BoundingIntervalHierarchy.h.