Main MRPT website > C++ reference
MRPT logo
PointCloudAdapter< POINTCLOUD > Class Template Reference

Detailed Description

template<class POINTCLOUD>
class 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();
// ...
pca.unified_interface_methods();
// ...

See specializations for details on the exposed API.

Definition at line 57 of file adapters.h.

#include <mrpt/utils/adapters.h>




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013