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

Detailed Description

template<class POINTCLOUD>
class mrpt::utils::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 adapters.h.

#include <mrpt/utils/adapters.h>




Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019