CVB.Net 14.0
ComponentsPointer3D Class Reference

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.
 
LinearPlaneAccess1DW [get]
 W-component.
 
LinearPlaneAccess1DConfidence [get]
 Confidence plane.
 

Detailed Description

Point components of a point cloud.

Member Function Documentation

◆ CheckPointTypeValidity()

static bool CheckPointTypeValidity ( Type  t)
staticprotected

Checks if the given type is a valid Point3D type.

Parameters
tType to check.
Returns
True if the type is a valid Point3D type, false if not.