9 #ifndef PLY_IMPORT_EXPORT_H 10 #define PLY_IMPORT_EXPORT_H 48 virtual void PLY_import_set_vertex_count(
const size_t N) = 0;
51 virtual void PLY_import_set_face_count(
const size_t N) = 0;
82 bool save_in_binary =
false,
94 virtual size_t PLY_export_get_vertex_count()
const = 0;
97 virtual size_t PLY_export_get_face_count()
const = 0;
102 virtual void PLY_export_get_vertex(
std::string m_ply_import_last_error
A class for storing a list of text lines.
Lightweight 3D point (float version).
std::string getSavePLYErrorString() const
Return a description of the error if loadFromPlyFile() returned false, or an empty string if the file...
std::string m_ply_export_last_error
A virtual base class that implements the capability of importing 3D point clouds and faces from a fil...
GLsizei const GLchar ** string
std::string getLoadPLYErrorString() const
Return a description of the error if loadFromPlyFile() returned false, or an empty string if the file...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A RGB color - floats in the range [0,1].
A virtual base class that implements the capability of exporting 3D point clouds and faces to a file ...