template class mrpt::opengl::PointCloudAdapter<mrpt::maps::CPointsMap>

Overview

Specialization mrpt::opengl::PointCloudAdapter<mrpt::maps::CPointsMap>

#include <mrpt/maps/CPointsMap.h>

template <>
class PointCloudAdapter<mrpt::maps::CPointsMap>
{
public:
    // construction

    PointCloudAdapter(const mrpt::maps::CPointsMap& obj);
};

// direct descendants

template <>
class PointCloudAdapter<mrpt::maps::CGenericPointsMap>;

template <>
class PointCloudAdapter<mrpt::maps::CPointsMapXYZIRT>;

template <>
class PointCloudAdapter<mrpt::maps::CSimplePointsMap>;

Construction

PointCloudAdapter(const mrpt::maps::CPointsMap& obj)

Constructor (accept a const ref for convenience)