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

Detailed Description

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

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

Definition at line 1197 of file CPointsMap.h.

#include <mrpt/maps/CPointsMap.h>

Public Types

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

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...
 
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)
 Set XYZ coordinates of i'th point. More...
 

Static Public Attributes

static constexpr bool HAS_RGB = false
 Has any color RGB info? More...
 
static constexpr bool HAS_RGBf = false
 Has native RGB info (as floats)? More...
 
static constexpr bool HAS_RGBu8 = false
 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 1204 of file CPointsMap.h.

Constructor & Destructor Documentation

◆ PointCloudAdapter()

Constructor (accept a const ref for convenience)

Definition at line 1213 of file CPointsMap.h.

Member Function Documentation

◆ getPointXYZ()

template<typename T >
void mrpt::opengl::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 1225 of file CPointsMap.h.

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

Here is the call graph for this function:

◆ resize()

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

Set number of points (to uninitialized values)

Definition at line 1220 of file CPointsMap.h.

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

Here is the call graph for this function:

◆ setDimensions()

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

Does nothing as of now.

Definition at line 1222 of file CPointsMap.h.

◆ setInvalidPoint()

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

Set XYZ coordinates of i'th point.

Definition at line 1236 of file CPointsMap.h.

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

Here is the call graph for this function:

◆ setPointXYZ()

void mrpt::opengl::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 1230 of file CPointsMap.h.

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

Here is the call graph for this function:

◆ size()

size_t mrpt::opengl::PointCloudAdapter< mrpt::maps::CPointsMap >::size ( ) const
inline

Get number of points.

Definition at line 1218 of file CPointsMap.h.

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

Here is the call graph for this function:

Member Data Documentation

◆ HAS_RGB

constexpr bool mrpt::opengl::PointCloudAdapter< mrpt::maps::CPointsMap >::HAS_RGB = false
static

Has any color RGB info?

Definition at line 1206 of file CPointsMap.h.

◆ HAS_RGBf

constexpr bool mrpt::opengl::PointCloudAdapter< mrpt::maps::CPointsMap >::HAS_RGBf = false
static

Has native RGB info (as floats)?

Definition at line 1208 of file CPointsMap.h.

◆ HAS_RGBu8

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

Has native RGB info (as uint8_t)?

Definition at line 1210 of file CPointsMap.h.

◆ m_obj

Definition at line 1200 of file CPointsMap.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