#include <GU_KDOPTree.h>

Public Types | |
| typedef BV_KDOPTree< K > | BaseClass |
Public Member Functions | |
| GU_KDOPTree () | |
| GU_KDOPTree (const GU_KDOPTree &) | |
| GU_KDOPTree & | operator= (const GU_KDOPTree &) |
| void | createDebugTree (GU_Detail &gdp, int depth=-1, int prim=-1) const |
Definition at line 26 of file GU_KDOPTree.h.
| typedef BV_KDOPTree<K> GU_KDOPTree< K >::BaseClass |
| GU_KDOPTree< K >::GU_KDOPTree | ( | ) |
| GU_KDOPTree< K >::GU_KDOPTree | ( | const GU_KDOPTree< K > & | ) |
| void GU_KDOPTree< K >::createDebugTree | ( | GU_Detail & | gdp, | |
| int | depth = -1, |
|||
| int | prim = -1 | |||
| ) | const |
Create a GU_Detail showing the KDOPs at each level of the hierarchy.
If the depth parameter is non-negative, then only leaves at the given depth level are included. If the onlyLeaf parameter is non-negative, then only boxes containing that primitive are included.
| GU_KDOPTree& GU_KDOPTree< K >::operator= | ( | const GU_KDOPTree< K > & | ) |
1.5.9