Collaboration diagram for GlobalRegistration::KdTree< _Scalar, _Index >::KdNode:Public Attributes | |
| union { | |
| struct { | |
| float splitValue | |
| unsigned int firstChildId:24 | |
| unsigned int dim:2 | |
| unsigned int leaf:1 | |
| } | |
| struct { | |
| unsigned int start | |
| unsigned short size | |
| } | |
| }; | |
| union { ... } |
| unsigned int GlobalRegistration::KdTree< _Scalar, _Index >::KdNode::dim |
| unsigned int GlobalRegistration::KdTree< _Scalar, _Index >::KdNode::firstChildId |
| unsigned int GlobalRegistration::KdTree< _Scalar, _Index >::KdNode::leaf |
| unsigned short GlobalRegistration::KdTree< _Scalar, _Index >::KdNode::size |
| float GlobalRegistration::KdTree< _Scalar, _Index >::KdNode::splitValue |
| unsigned int GlobalRegistration::KdTree< _Scalar, _Index >::KdNode::start |