MRPT
1.9.9
|
A virtual base class that implements the capability of importing 3D point clouds and faces from a file in the Stanford PLY format.
Definition at line 24 of file PLY_import_export.h.
#include <mrpt/opengl/PLY_import_export.h>
Public Member Functions | |
bool | loadFromPlyFile (const std::string &filename, std::vector< std::string > *file_comments=nullptr, std::vector< std::string > *file_obj_info=nullptr) |
Loads from a PLY file. More... | |
std::string | getLoadPLYErrorString () const |
Return a description of the error if loadFromPlyFile() returned false, or an empty string if the file was loaded without problems. More... | |
Protected Member Functions | |
PLY Import virtual methods to implement in base classes | |
virtual void | PLY_import_set_vertex_count (const size_t N)=0 |
In a base class, reserve memory to prepare subsequent calls to PLY_import_set_vertex. More... | |
virtual void | PLY_import_set_face_count (const size_t N)=0 |
In a base class, reserve memory to prepare subsequent calls to PLY_import_set_face. More... | |
virtual void | PLY_import_set_vertex (const size_t idx, const mrpt::math::TPoint3Df &pt, const mrpt::img::TColorf *pt_color=nullptr)=0 |
In a base class, will be called after PLY_import_set_vertex_count() once for each loaded point. More... | |
Private Attributes | |
std::string | m_ply_import_last_error |
|
inline |
Return a description of the error if loadFromPlyFile() returned false, or an empty string if the file was loaded without problems.
Definition at line 44 of file PLY_import_export.h.
References m_ply_import_last_error.
bool PLY_Importer::loadFromPlyFile | ( | const std::string & | filename, |
std::vector< std::string > * | file_comments = nullptr , |
||
std::vector< std::string > * | file_obj_info = nullptr |
||
) |
Loads from a PLY file.
[in] | filename | The filename to open. It can be either in binary or text format. |
[out] | file_comments | If provided (!=nullptr) the list of comment strings stored in the file will be returned. |
[out] | file_obj_info | If provided (!=nullptr) the list of "object info" strings stored in the file will be returned. |
Definition at line 1844 of file PLY_import_export.cpp.
References TVertex::b, TVertex::g, TVertex::intensity, ply_close(), ply_get_comments(), ply_get_element(), ply_get_element_description(), ply_get_obj_info(), ply_get_property(), ply_open_for_reading(), TVertex::r, VAL_NOT_SET, vert_props, TVertex::x, TVertex::y, and TVertex::z.
|
protectedpure virtual |
In a base class, reserve memory to prepare subsequent calls to PLY_import_set_face.
|
protectedpure virtual |
In a base class, will be called after PLY_import_set_vertex_count() once for each loaded point.
pt_color | Will be nullptr if the loaded file does not provide color info. |
Implemented in mrpt::maps::CPointsMap, mrpt::maps::CColouredPointsMap, mrpt::maps::CPointsMapXYZI, mrpt::opengl::CPointCloudColoured, and mrpt::opengl::CPointCloud.
|
protectedpure virtual |
In a base class, reserve memory to prepare subsequent calls to PLY_import_set_vertex.
Implemented in mrpt::maps::CColouredPointsMap, mrpt::maps::CPointsMapXYZI, mrpt::opengl::CPointCloudColoured, mrpt::maps::CWeightedPointsMap, mrpt::maps::CSimplePointsMap, and mrpt::opengl::CPointCloud.
|
private |
Definition at line 73 of file PLY_import_export.h.
Referenced by getLoadPLYErrorString().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |