Generic point components of a SparsePointCloud. More...
Inherits ComponentsPointer3D.
Properties | |
| T | this[int i] [get, set] |
| Gets or sets the point at the specified index. | |
Properties inherited from ComponentsPointer3D | |
| 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. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from ComponentsPointer3D | |
| static bool | CheckPointTypeValidity (Type t) |
| Checks if the given type is a valid Point3D type. | |
Generic point components of a SparsePointCloud.
| T | Type of the points. Use one of the Stemmer.Cvb.Point3D types here. |
| T | : | struct |
|
getset |
Gets or sets the point at the specified index.
| i | Index of the point to get or set. |
| ArgumentOutOfRangeException | When i is negative or bigger than the amount of points in the point cloud. |