Point components of the point cloud.
More...
#include <cvb/components_pointers_3d.hpp>
Point components of the point cloud.
- Note
- This class is for advanced usage only. Prefer DenseComponentsPointers3D or SparseComponentsPointers3D.
◆ BasePtrConfidence()
Variable to receive the pointer to the first confidence-component of the first point.
- Returns
- First confidence-component.
- Exceptions
-
Does | not throw any exception. |
◆ BasePtrW()
Variable to receive the pointer to the first W-component of the first point.
- Returns
- First W-component.
- Exceptions
-
Does | not throw any exception. |
◆ BasePtrX()
Variable to receive the pointer to the first X-component of the first point.
- Returns
- First X-component.
- Exceptions
-
Does | not throw any exception. |
◆ BasePtrY()
Variable to receive the pointer to the first Y-component of the first point.
- Returns
- First Y-component.
- Exceptions
-
Does | not throw any exception. |
◆ BasePtrZ()
Variable to receive the pointer to the first Z-component of the first point.
- Returns
- First Z-component.
- Exceptions
-
Does | not throw any exception. |
◆ ConfidenceInc()
Increment to the next confidence-component of the next point in bytes (if present; nullptr if not).
- Returns
- confidence-increment
- Exceptions
-
Does | not throw any exception. |
◆ NumPoints()
Variable to be filled with the number of points in point cloud.
- Returns
- Number of points.
- Exceptions
-
Does | not throw any exception. |
◆ WInc()
Increment to the next W-component of the next point in bytes (if present; nullptr if not).
- Returns
- W-increment
- Exceptions
-
Does | not throw any exception. |
◆ XInc()
Increment to the next X-component of the next point in bytes.
- Returns
- X-increment.
- Exceptions
-
Does | not throw any exception. |
◆ YInc()
Increment to the next Y-component of the next point in bytes.
- Returns
- Y-increment
- Exceptions
-
Does | not throw any exception. |
◆ ZInc()
Increment to the next Z-component of the next point in bytes.
- Returns
- Z-increment
- Exceptions
-
Does | not throw any exception. |