Point components of a point cloud. More...
Inherited by DenseComponentsPointer3D< T >, and SparseComponentsPointer3D< T >.
Static Protected Member Functions | |
static bool | CheckPointTypeValidity (Type t) |
Checks if the given type is a valid Point3D type. More... | |
Properties | |
LinearPlaneAccess1D | X [get] |
X-component. | |
LinearPlaneAccess1D | Y [get] |
Y-component. | |
LinearPlaneAccess1D | Z [get] |
Z-component. | |
LinearPlaneAccess1D? | W [get] |
W-component. | |
LinearPlaneAccess1D? | Confidence [get] |
Confidence plane. | |
Point components of a point cloud.
|
staticprotected |
Checks if the given type is a valid Point3D type.
t | Type to check. |