Main MRPT website > C++ reference for MRPT 1.9.9
mrpt::opengl::PointCloudAdapter< POINTCLOUD > Class Template Reference

Detailed Description

template<class POINTCLOUD>
class 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 39 of file pointcloud_adapters.h.

#include <mrpt/opengl/pointcloud_adapters.h>




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST