Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Types | Public Member Functions | Static Public Attributes | Private Attributes
mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap > Class Template Reference

Detailed Description

template<>
class mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >

Specialization mrpt::utils::PointCloudAdapter<mrpt::maps::CColouredPointsMap>

Definition at line 308 of file maps/CColouredPointsMap.h.

#include <mrpt/maps/CColouredPointsMap.h>

Public Types

typedef float coords_t
 The type of each point XYZ coordinates. More...
 

Public Member Functions

 PointCloudAdapter (const mrpt::maps::CColouredPointsMap &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...
 
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...
 
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 const int HAS_RGB = 1
 Has any color RGB info? More...
 
static const int HAS_RGBf = 1
 Has native RGB info (as floats)? More...
 
static const int HAS_RGBu8 = 0
 Has native RGB info (as uint8_t)? More...
 

Private Attributes

mrpt::maps::CColouredPointsMapm_obj
 

Member Typedef Documentation

◆ coords_t

The type of each point XYZ coordinates.

Definition at line 313 of file maps/CColouredPointsMap.h.

Constructor & Destructor Documentation

◆ PointCloudAdapter()

Constructor (accept a const ref for convenience)

Definition at line 319 of file maps/CColouredPointsMap.h.

Member Function Documentation

◆ getPointRGBf()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::getPointRGBf ( const size_t  idx,
float &  r,
float &  g,
float &  b 
) const
inline

Get RGBf color of i'th point.

Definition at line 358 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::getPointColor_fast().

◆ getPointRGBu8()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::getPointRGBu8 ( const size_t  idx,
uint8_t r,
uint8_t g,
uint8_t b 
) const
inline

Get RGBu8 color of i'th point.

Definition at line 363 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::getPointColor_fast(), and R.

◆ getPointXYZ()

template<typename T >
void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::getPointXYZ ( const size_t  idx,
T &  x,
T &  y,
T &  z 
) const
inline

Get XYZ coordinates of i'th point.

Definition at line 327 of file maps/CColouredPointsMap.h.

References mrpt::maps::CPointsMap::getPointFast().

◆ getPointXYZ_RGBf()

template<typename T >
void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::getPointXYZ_RGBf ( const size_t  idx,
T &  x,
T &  y,
T &  z,
float &  r,
float &  g,
float &  b 
) const
inline

Get XYZ_RGBf coordinates of i'th point.

Definition at line 337 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::getPoint().

◆ getPointXYZ_RGBu8()

template<typename T >
void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::getPointXYZ_RGBu8 ( const size_t  idx,
T &  x,
T &  y,
T &  z,
uint8_t r,
uint8_t g,
uint8_t b 
) const
inline

Get XYZ_RGBu8 coordinates of i'th point.

Definition at line 347 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::getPoint().

◆ resize()

Set number of points (to uninitialized values)

Definition at line 323 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::resize().

◆ setPointRGBf()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::setPointRGBf ( const size_t  idx,
const float  r,
const float  g,
const float  b 
)
inline

Set XYZ_RGBf coordinates of i'th point.

Definition at line 360 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::setPointColor_fast().

◆ setPointRGBu8()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::setPointRGBu8 ( const size_t  idx,
const uint8_t  r,
const uint8_t  g,
const uint8_t  b 
)
inline

Set RGBu8 coordinates of i'th point.

Definition at line 369 of file maps/CColouredPointsMap.h.

◆ setPointXYZ()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::setPointXYZ ( const size_t  idx,
const coords_t  x,
const coords_t  y,
const coords_t  z 
)
inline

Set XYZ coordinates of i'th point.

Definition at line 331 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::setPointFast().

◆ setPointXYZ_RGBf()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::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 
)
inline

Set XYZ_RGBf coordinates of i'th point.

Definition at line 341 of file maps/CColouredPointsMap.h.

References mrpt::maps::CColouredPointsMap::setPoint().

◆ setPointXYZ_RGBu8()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CColouredPointsMap >::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 
)
inline

Set XYZ_RGBu8 coordinates of i'th point.

Definition at line 353 of file maps/CColouredPointsMap.h.

◆ size()

Get number of points.

Definition at line 321 of file maps/CColouredPointsMap.h.

References mrpt::maps::CPointsMap::size().

Member Data Documentation

◆ HAS_RGB

Has any color RGB info?

Definition at line 314 of file maps/CColouredPointsMap.h.

◆ HAS_RGBf

Has native RGB info (as floats)?

Definition at line 315 of file maps/CColouredPointsMap.h.

◆ HAS_RGBu8

Has native RGB info (as uint8_t)?

Definition at line 316 of file maps/CColouredPointsMap.h.

◆ m_obj

Definition at line 311 of file maps/CColouredPointsMap.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019