|
Ponca
93eea5457c48839cb5d16642765afa89fc7cfe66
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 43 of file kdTreeTraits.h.
| anonymous enum |
| Enumerator | |
|---|---|
| INDEX_BITS | The bit width used to store the first child index. |
Definition at line 65 of file kdTreeTraits.h.
| UIndex Ponca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >::first_child_id |
Definition at line 74 of file kdTreeTraits.h.
| UIndex Ponca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >::split_dim |
Definition at line 75 of file kdTreeTraits.h.
| Scalar Ponca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >::split_value {0} |
Definition at line 73 of file kdTreeTraits.h.