class mrpt::opengl::PLY_Importer
Overview
A virtual base class that implements the capability of importing 3D point clouds and faces from a file in the Stanford PLY format.
See also:
https://www.mrpt.org/Support_for_the_Stanford_3D_models_file_format_PLY
#include <mrpt/opengl/PLY_import_export.h> class PLY_Importer { }; // direct descendants class CPointsMap; class CPointCloud; class CPointCloudColoured;