MRPT  2.0.0
List of all members | Public Types | Public Member Functions | Static Public Attributes | Private Attributes
mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured > Class Template Reference

Detailed Description

template<>
class mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >

Specialization mrpt::opengl::PointCloudAdapter<mrpt::opengl::CPointCloudColoured> mrpt_adapters_grp.

Definition at line 236 of file CPointCloudColoured.h.

#include <mrpt/opengl/CPointCloudColoured.h>

Public Types

using coords_t = float
 The type of each point XYZ coordinates. More...
 

Public Member Functions

 PointCloudAdapter (const mrpt::opengl::CPointCloudColoured &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)
 Does nothing as of now. 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)
 
template<typename T >
void getPointXYZ_RGBAf (const size_t idx, T &x, T &y, T &z, float &Rf, float &Gf, float &Bf, float &Af) const
 Get XYZ_RGBf coordinates of i'th point. More...
 
void setPointXYZ_RGBAf (const size_t idx, const coords_t x, const coords_t y, const coords_t z, const float Rf, const float Gf, const float Bf, const float Af)
 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, const uint8_t a=0xff)
 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 = true
 Has native RGB info (as floats)? More...
 
static constexpr bool HAS_RGBu8 = false
 Has native RGB info (as uint8_t)? More...
 

Private Attributes

mrpt::opengl::CPointCloudColouredm_obj
 

Member Typedef Documentation

◆ coords_t

The type of each point XYZ coordinates.

Definition at line 243 of file CPointCloudColoured.h.

Constructor & Destructor Documentation

◆ PointCloudAdapter()

Constructor (accept a const ref for convenience)

Definition at line 252 of file CPointCloudColoured.h.

Member Function Documentation

◆ getPointRGBf()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::getPointRGBf ( const size_t  idx,
float &  r,
float &  g,
float &  b 
) const
inline

Get RGBf color of i'th point.

Definition at line 335 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::getPointColor_fast().

Here is the call graph for this function:

◆ getPointRGBu8()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::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 348 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::getPointColor_fast().

Here is the call graph for this function:

◆ getPointXYZ()

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

Get XYZ coordinates of i'th point.

Definition at line 264 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::getPoint3Df(), and mrpt::math::TPoint3D_data< T >::x.

Here is the call graph for this function:

◆ getPointXYZ_RGBAf()

template<typename T >
void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::getPointXYZ_RGBAf ( const size_t  idx,
T &  x,
T &  y,
T &  z,
float &  Rf,
float &  Gf,
float &  Bf,
float &  Af 
) const
inline

Get XYZ_RGBf coordinates of i'th point.

Definition at line 285 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::getPoint3Df(), mrpt::opengl::CPointCloudColoured::getPointColor(), and mrpt::u8tof().

Here is the call graph for this function:

◆ getPointXYZ_RGBu8()

template<typename T >
void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::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 311 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::getPoint3Df(), mrpt::opengl::CPointCloudColoured::getPointColor(), and mrpt::img::TColor::R.

Here is the call graph for this function:

◆ resize()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::resize ( const size_t  N)
inline

Set number of points (to uninitialized values)

Definition at line 259 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::resize().

Here is the call graph for this function:

◆ setDimensions()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::setDimensions ( size_t  height,
size_t  width 
)
inline

Does nothing as of now.

Definition at line 261 of file CPointCloudColoured.h.

◆ setInvalidPoint()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::setInvalidPoint ( const size_t  idx)
inline

Definition at line 278 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::setPoint_fast().

Here is the call graph for this function:

◆ setPointRGBf()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::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 341 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::setPointColor_fast().

Here is the call graph for this function:

◆ setPointRGBu8()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::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 354 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::setPointColor_u8_fast().

Here is the call graph for this function:

◆ setPointXYZ()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::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 272 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::setPoint_fast().

Here is the call graph for this function:

◆ setPointXYZ_RGBAf()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::setPointXYZ_RGBAf ( const size_t  idx,
const coords_t  x,
const coords_t  y,
const coords_t  z,
const float  Rf,
const float  Gf,
const float  Bf,
const float  Af 
)
inline

Set XYZ_RGBf coordinates of i'th point.

Definition at line 300 of file CPointCloudColoured.h.

References mrpt::f2u8(), and mrpt::opengl::CPointCloudColoured::setPoint().

Here is the call graph for this function:

◆ setPointXYZ_RGBu8()

void mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::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,
const uint8_t  a = 0xff 
)
inline

Set XYZ_RGBu8 coordinates of i'th point.

Definition at line 325 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::setPoint_fast().

Here is the call graph for this function:

◆ size()

Get number of points.

Definition at line 257 of file CPointCloudColoured.h.

References mrpt::opengl::CPointCloudColoured::size().

Here is the call graph for this function:

Member Data Documentation

◆ HAS_RGB

constexpr bool mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::HAS_RGB = true
static

Has any color RGB info?

Definition at line 245 of file CPointCloudColoured.h.

◆ HAS_RGBf

constexpr bool mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::HAS_RGBf = true
static

Has native RGB info (as floats)?

Definition at line 247 of file CPointCloudColoured.h.

◆ HAS_RGBu8

constexpr bool mrpt::opengl::PointCloudAdapter< mrpt::opengl::CPointCloudColoured >::HAS_RGBu8 = false
static

Has native RGB info (as uint8_t)?

Definition at line 249 of file CPointCloudColoured.h.

◆ m_obj

Definition at line 239 of file CPointCloudColoured.h.




Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020