Classes | |
struct | mrpt::maps::LAS_WriteParams |
Optional settings for saveLASFile() More... | |
struct | mrpt::maps::LAS_LoadParams |
Optional settings for loadLASFile() More... | |
struct | mrpt::maps::LAS_HeaderInfo |
Extra information gathered from the LAS file header. More... | |
Functions | |
template<class POINTSMAP > | |
bool | mrpt::maps::saveLASFile (const POINTSMAP &ptmap, const std::string &filename, const LAS_WriteParams ¶ms=LAS_WriteParams()) |
Save the point cloud as an ASPRS LAS binary file (requires MRPT built against liblas). More... | |
template<class POINTSMAP > | |
bool | mrpt::maps::loadLASFile (POINTSMAP &ptmap, const std::string &filename, LAS_HeaderInfo &out_headerInfo, const LAS_LoadParams ¶ms=LAS_LoadParams()) |
Load the point cloud from an ASPRS LAS binary file (requires MRPT built against liblas). More... | |
bool mrpt::maps::loadLASFile | ( | POINTSMAP & | ptmap, |
const std::string & | filename, | ||
LAS_HeaderInfo & | out_headerInfo, | ||
const LAS_LoadParams & | params = LAS_LoadParams() |
||
) |
Load the point cloud from an ASPRS LAS binary file (requires MRPT built against liblas).
Refer to http://www.liblas.org/
Definition at line 121 of file CPointsMap_liblas.h.
References mrpt::maps::LAS_HeaderInfo::creation_DOY, mrpt::maps::LAS_HeaderInfo::creation_year, mrpt::maps::LAS_HeaderInfo::FileSignature, mrpt::obs::gnss::header, mrpt::maps::LAS_HeaderInfo::project_guid, mrpt::maps::LAS_HeaderInfo::SoftwareIdentifier, mrpt::maps::LAS_HeaderInfo::spatial_reference_proj4, and mrpt::maps::LAS_HeaderInfo::SystemIdentifier.
bool mrpt::maps::saveLASFile | ( | const POINTSMAP & | ptmap, |
const std::string & | filename, | ||
const LAS_WriteParams & | params = LAS_WriteParams() |
||
) |
Save the point cloud as an ASPRS LAS binary file (requires MRPT built against liblas).
Refer to http://www.liblas.org/
Definition at line 61 of file CPointsMap_liblas.h.
References mrpt::obs::gnss::header, and R.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |