class mrpt::opengl::PLY_Exporter

A virtual base class that implements the capability of exporting 3D point clouds and faces to a file in the Stanford PLY format.

See also:

https://www.mrpt.org/Support_for_the_Stanford_3D_models_file_format_PLY

PLY_Importer

#include <mrpt/opengl/PLY_import_export.h>

class PLY_Exporter
{
};

// direct descendants

class CPointsMap;
class CPointCloud;
class CPointCloudColoured;