MRPT
2.0.1
|
Specialization mrpt::opengl::PointCloudAdapter<pcl::PointCloud<pcl::PointXYZRGBA> > for an XYZ point cloud with RGB.
Definition at line 239 of file PCL_adapters.h.
#include <mrpt/maps/PCL_adapters.h>
Public Types | |
using | coords_t = float |
The type of each point XYZ coordinates. More... | |
Public Member Functions | |
PointCloudAdapter (const pcl::PointCloud< pcl::PointXYZRGBA > &obj) | |
Constructor (accept a const ref for convenience) More... | |
size_t | size () const |
Get number of points. More... | |
void | resize (const size_t N) |
Set number of points (to uninitialized values) More... | |
void | setDimensions (size_t height, size_t width) |
Set height and width (for organized) More... | |
template<typename T > | |
void | getPointXYZ (const size_t idx, T &x, T &y, T &z) const |
Get XYZ coordinates of i'th point. More... | |
void | setPointXYZ (const size_t idx, const coords_t x, const coords_t y, const coords_t z) |
Set XYZ coordinates of i'th point. More... | |
void | setInvalidPoint (const size_t idx) |
Set Invalid Point. More... | |
template<typename T > | |
void | getPointXYZ_RGBf (const size_t idx, T &x, T &y, T &z, float &r, float &g, float &b) const |
Get XYZ_RGBf coordinates of i'th point. More... | |
void | setPointXYZ_RGBf (const size_t idx, const coords_t x, const coords_t y, const coords_t z, const float r, const float g, const float b) |
Set XYZ_RGBf coordinates of i'th point. More... | |
template<typename T > | |
void | getPointXYZ_RGBu8 (const size_t idx, T &x, T &y, T &z, uint8_t &r, uint8_t &g, uint8_t &b) const |
Get XYZ_RGBu8 coordinates of i'th point. More... | |
void | setPointXYZ_RGBu8 (const size_t idx, const coords_t x, const coords_t y, const coords_t z, const uint8_t r, const uint8_t g, const uint8_t b) |
Set XYZ_RGBu8 coordinates of i'th point. More... | |
void | getPointRGBf (const size_t idx, float &r, float &g, float &b) const |
Get RGBf color of i'th point. More... | |
void | setPointRGBf (const size_t idx, const float r, const float g, const float b) |
Set XYZ_RGBf coordinates of i'th point. More... | |
void | getPointRGBu8 (const size_t idx, uint8_t &r, uint8_t &g, uint8_t &b) const |
Get RGBu8 color of i'th point. More... | |
void | setPointRGBu8 (const size_t idx, const uint8_t r, const uint8_t g, const uint8_t b) |
Set RGBu8 coordinates of i'th point. More... | |
Static Public Attributes | |
static constexpr bool | HAS_RGB = true |
Has any color RGB info? More... | |
static constexpr bool | HAS_RGBf = false |
Has native RGB info (as floats)? More... | |
static constexpr bool | HAS_RGBu8 = true |
Has native RGB info (as uint8_t)? More... | |
Private Attributes | |
pcl::PointCloud< pcl::PointXYZRGBA > & | m_obj |
using mrpt::opengl::PointCloudAdapter< pcl::PointCloud< pcl::PointXYZRGBA > >::coords_t = float |
The type of each point XYZ coordinates.
Definition at line 246 of file PCL_adapters.h.
|
inline |
Constructor (accept a const ref for convenience)
Definition at line 255 of file PCL_adapters.h.
|
inline |
Get RGBf color of i'th point.
Definition at line 353 of file PCL_adapters.h.
|
inline |
Get RGBu8 color of i'th point.
Definition at line 372 of file PCL_adapters.h.
|
inline |
Get XYZ coordinates of i'th point.
Definition at line 272 of file PCL_adapters.h.
|
inline |
Get XYZ_RGBf coordinates of i'th point.
Definition at line 299 of file PCL_adapters.h.
|
inline |
Get XYZ_RGBu8 coordinates of i'th point.
Definition at line 326 of file PCL_adapters.h.
|
inline |
Set number of points (to uninitialized values)
Definition at line 262 of file PCL_adapters.h.
|
inline |
Set height and width (for organized)
Definition at line 264 of file PCL_adapters.h.
|
inline |
Set Invalid Point.
Definition at line 291 of file PCL_adapters.h.
|
inline |
Set XYZ_RGBf coordinates of i'th point.
Definition at line 362 of file PCL_adapters.h.
|
inline |
Set RGBu8 coordinates of i'th point.
Definition at line 381 of file PCL_adapters.h.
|
inline |
Set XYZ coordinates of i'th point.
Definition at line 280 of file PCL_adapters.h.
|
inline |
Set XYZ_RGBf coordinates of i'th point.
Definition at line 311 of file PCL_adapters.h.
|
inline |
Set XYZ_RGBu8 coordinates of i'th point.
Definition at line 339 of file PCL_adapters.h.
|
inline |
Get number of points.
Definition at line 260 of file PCL_adapters.h.
|
static |
Has any color RGB info?
Definition at line 248 of file PCL_adapters.h.
|
static |
Has native RGB info (as floats)?
Definition at line 250 of file PCL_adapters.h.
|
static |
Has native RGB info (as uint8_t)?
Definition at line 252 of file PCL_adapters.h.
|
private |
Definition at line 242 of file PCL_adapters.h.
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |