Generic point components of a DensePointCloud. More...
Inherits ComponentsPointer3D.
Properties | |
| T | this[int u, int v] [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 DensePointCloud.
| 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.
| u | "X" index. |
| v | "Y" index. |
| ArgumentOutOfRangeException | When u or v is negative or bigger than the pointcloud size. |