HDK
|
#include <UT_BVH.h>
Static Public Member Functions | |
static SYS_FORCE_INLINE INT_TYPE | markInternal (INT_TYPE internal_node_num) noexcept |
static SYS_FORCE_INLINE bool | isInternal (INT_TYPE node_int) noexcept |
static SYS_FORCE_INLINE INT_TYPE | getInternalNum (INT_TYPE node_int) noexcept |
Public Attributes | |
INT_TYPE | child [N] |
Static Public Attributes | |
static constexpr INT_TYPE | theN = N |
static constexpr INT_TYPE | EMPTY = INT_TYPE(-1) |
static constexpr INT_TYPE | INTERNAL_BIT = (INT_TYPE(1)<<(sizeof(INT_TYPE)*8 - 1)) |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |