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::CPointsMap > Class Template Reference

Detailed Description

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

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

Definition at line 854 of file maps/CPointsMap.h.

#include <mrpt/maps/CPointsMap.h>

Inheritance diagram for mrpt::utils::PointCloudAdapter< mrpt::maps::CPointsMap >:
Inheritance graph

Public Types

typedef float coords_t
 The type of each point XYZ coordinates. More...
 
typedef PointCloudAdapter< mrpt::maps::CPointsMapDerived
 

Public Member Functions

 PointCloudAdapter (const mrpt::maps::CPointsMap &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...
 
Derivedderived ()
 
const Derivedderived () const
 
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 float x, const float y, const float z, const float r, const float g, const float b)
 Set XYZ_RGBf coordinates of i'th point. More...
 
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 float x, const float y, const float 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 = 0
 Has any color RGB info? More...
 
static const int HAS_RGBf = 0
 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::CPointsMapm_obj
 

Member Typedef Documentation

◆ coords_t

The type of each point XYZ coordinates.

Definition at line 859 of file maps/CPointsMap.h.

◆ Derived

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

Constructor & Destructor Documentation

◆ PointCloudAdapter()

Constructor (accept a const ref for convenience)

Definition at line 865 of file maps/CPointsMap.h.

Member Function Documentation

◆ derived() [1/2]

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

◆ derived() [2/2]

const Derived& mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::derived ( ) const
inlineinherited

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

◆ getPointRGBf()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::getPointRGBf ( const size_t  idx,
float &  r,
float &  g,
float &  b 
) const
inlineinherited

Get RGBf color of i'th point.

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

◆ getPointRGBu8()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::getPointRGBu8 ( const size_t  idx,
uint8_t r,
uint8_t g,
uint8_t b 
) const
inlineinherited

Get RGBu8 color of i'th point.

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

◆ getPointXYZ()

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

Get XYZ coordinates of i'th point.

Definition at line 873 of file maps/CPointsMap.h.

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

◆ getPointXYZ_RGBf()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::getPointXYZ_RGBf ( const size_t  idx,
T &  x,
T &  y,
T &  z,
float &  r,
float &  g,
float &  b 
) const
inlineinherited

Get XYZ_RGBf coordinates of i'th point.

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

◆ getPointXYZ_RGBu8()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::getPointXYZ_RGBu8 ( const size_t  idx,
T &  x,
T &  y,
T &  z,
uint8_t r,
uint8_t g,
uint8_t b 
) const
inlineinherited

Get XYZ_RGBu8 coordinates of i'th point.

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

◆ resize()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CPointsMap >::resize ( const size_t  N)
inline

Set number of points (to uninitialized values)

Definition at line 869 of file maps/CPointsMap.h.

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

◆ setPointRGBf()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::setPointRGBf ( const size_t  idx,
const float  r,
const float  g,
const float  b 
)
inlineinherited

Set XYZ_RGBf coordinates of i'th point.

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

◆ setPointRGBu8()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::setPointRGBu8 ( const size_t  idx,
const uint8_t  r,
const uint8_t  g,
const uint8_t  b 
)
inlineinherited

Set RGBu8 coordinates of i'th point.

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

◆ setPointXYZ()

void mrpt::utils::PointCloudAdapter< mrpt::maps::CPointsMap >::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 877 of file maps/CPointsMap.h.

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

◆ setPointXYZ_RGBf()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::setPointXYZ_RGBf ( const size_t  idx,
const float  x,
const float  y,
const float  z,
const float  r,
const float  g,
const float  b 
)
inlineinherited

Set XYZ_RGBf coordinates of i'th point.

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

◆ setPointXYZ_RGBu8()

void mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::maps::CPointsMap , float >::setPointXYZ_RGBu8 ( const size_t  idx,
const float  x,
const float  y,
const float  z,
const uint8_t  r,
const uint8_t  g,
const uint8_t  b 
)
inlineinherited

Set XYZ_RGBu8 coordinates of i'th point.

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

◆ size()

Get number of points.

Definition at line 867 of file maps/CPointsMap.h.

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

Member Data Documentation

◆ HAS_RGB

const int mrpt::utils::PointCloudAdapter< mrpt::maps::CPointsMap >::HAS_RGB = 0
static

Has any color RGB info?

Definition at line 860 of file maps/CPointsMap.h.

◆ HAS_RGBf

const int mrpt::utils::PointCloudAdapter< mrpt::maps::CPointsMap >::HAS_RGBf = 0
static

Has native RGB info (as floats)?

Definition at line 861 of file maps/CPointsMap.h.

◆ HAS_RGBu8

const int mrpt::utils::PointCloudAdapter< mrpt::maps::CPointsMap >::HAS_RGBu8 = 0
static

Has native RGB info (as uint8_t)?

Definition at line 862 of file maps/CPointsMap.h.

◆ m_obj

Definition at line 857 of file maps/CPointsMap.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