3#include <cvb/point_3d.hpp>
4#include <cvb/point_3d_h.hpp>
5#include <cvb/point_3d_c.hpp>
17 class ComponentsPointers3D final
19 friend class PointCloud;
22 ComponentsPointers3D() =
default;
71 return confidenceBasePtr_;
121 return confidenceInc_;
17 class ComponentsPointers3D final {
…};
std::intptr_t ZInc() const noexcept
Increment to the next Z-component of the next point in bytes.
Definition components_pointers_3d.hpp:99
std::uintptr_t BasePtrX() const noexcept
Variable to receive the pointer to the first X-component of the first point.
Definition components_pointers_3d.hpp:29
std::intptr_t XInc() const noexcept
Increment to the next X-component of the next point in bytes.
Definition components_pointers_3d.hpp:79
std::uintptr_t BasePtrZ() const noexcept
Variable to receive the pointer to the first Z-component of the first point.
Definition components_pointers_3d.hpp:49
std::intptr_t ConfidenceInc() const noexcept
Increment to the next confidence-component of the next point in bytes (if present; nullptr if not).
Definition components_pointers_3d.hpp:119
std::uintptr_t BasePtrConfidence() const noexcept
Variable to receive the pointer to the first confidence-component of the first point.
Definition components_pointers_3d.hpp:69
std::uintptr_t BasePtrY() const noexcept
Variable to receive the pointer to the first Y-component of the first point.
Definition components_pointers_3d.hpp:39
std::intptr_t YInc() const noexcept
Increment to the next Y-component of the next point in bytes.
Definition components_pointers_3d.hpp:89
std::uintptr_t BasePtrW() const noexcept
Variable to receive the pointer to the first W-component of the first point.
Definition components_pointers_3d.hpp:59
std::intptr_t WInc() const noexcept
Increment to the next W-component of the next point in bytes (if present; nullptr if not).
Definition components_pointers_3d.hpp:109
std::size_t NumPoints() const noexcept
Variable to be filled with the number of points in point cloud.
Definition components_pointers_3d.hpp:129
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17