|
Ponca
8e4373a7fc557bbfb1afb9210d70f03872388d04
Point Cloud Analysis library
|
Collaboration diagram for Ponca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >:Public Types | |
| enum | { INDEX_BITS = sizeof(UIndex)*8 - DIM_BITS } |
Public Attributes | |
| Scalar | split_value {0} |
| UIndex | first_child_id: INDEX_BITS |
| UIndex | split_dim: DIM_BITS |
Definition at line 42 of file kdTreeTraits.h.
| anonymous enum |
| Enumerator | |
|---|---|
| INDEX_BITS | The bit width used to store the first child index. |
Definition at line 64 of file kdTreeTraits.h.
| UIndex Ponca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >::first_child_id |
Definition at line 73 of file kdTreeTraits.h.
| UIndex Ponca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >::split_dim |
Definition at line 74 of file kdTreeTraits.h.
| Scalar Ponca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >::split_value {0} |
Definition at line 72 of file kdTreeTraits.h.