MRPT
2.0.1
|
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::CPointsMap & | m_obj |
using mrpt::opengl::PointCloudAdapter< mrpt::maps::CPointsMap >::coords_t = float |
The type of each point XYZ coordinates.
Definition at line 1204 of file CPointsMap.h.
|
inline |
Constructor (accept a const ref for convenience)
Definition at line 1213 of file CPointsMap.h.
|
inline |
Get XYZ coordinates of i'th point.
Definition at line 1225 of file CPointsMap.h.
References mrpt::maps::CPointsMap::getPointFast().
|
inline |
Set number of points (to uninitialized values)
Definition at line 1220 of file CPointsMap.h.
References mrpt::maps::CPointsMap::resize().
|
inline |
Does nothing as of now.
Definition at line 1222 of file CPointsMap.h.
|
inline |
Set XYZ coordinates of i'th point.
Definition at line 1236 of file CPointsMap.h.
References mrpt::maps::CPointsMap::setPointFast().
|
inline |
Set XYZ coordinates of i'th point.
Definition at line 1230 of file CPointsMap.h.
References mrpt::maps::CPointsMap::setPointFast().
|
inline |
Get number of points.
Definition at line 1218 of file CPointsMap.h.
References mrpt::maps::CPointsMap::size().
|
static |
Has any color RGB info?
Definition at line 1206 of file CPointsMap.h.
|
static |
Has native RGB info (as floats)?
Definition at line 1208 of file CPointsMap.h.
|
static |
Has native RGB info (as uint8_t)?
Definition at line 1210 of file CPointsMap.h.
|
private |
Definition at line 1200 of file CPointsMap.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 |