MRPT  2.0.3
mrpt::mrpt::opengl::PointCloudAdapter< POINTCLOUD > Class Template Reference

Detailed Description

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

An adapter to different kinds of point cloud object.

Implemented as a pure C++ template with specializations for the highest flexibility and efficiency in compiler-generated implementations. Usage:

PC my_obj;
my_obj.specific_methods();
// ...
PointCloudAdapter<PC> pca(my_obj);
pca.unified_interface_methods();
// ...

See specializations for details on the exposed API.

Definition at line 38 of file CColouredPointsMap.h.

#include <mrpt/maps/CColouredPointsMap.h>




Page generated by Doxygen 1.8.14 for MRPT 2.0.3 Git: 8e9e8af54 Wed May 13 17:41:24 2020 +0200 at miƩ may 13 17:55:54 CEST 2020