|
| MRIOEXTRAS_API Expected< PointCloud > | fromCtm (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | loads from .ctm file
|
| |
| MRIOEXTRAS_API Expected< PointCloud > | fromCtm (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRIOEXTRAS_API Expected< std::vector< NamedCloud > > | fromSceneE57File (const std::filesystem::path &file, const E57LoadSettings &settings={}) |
| |
| MRIOEXTRAS_API Expected< PointCloud > | fromE57 (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | loads from .e57 file
|
| |
| MRIOEXTRAS_API Expected< PointCloud > | fromE57 (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRIOEXTRAS_API Expected< LoadedObjects > | loadObjectFromE57 (const std::filesystem::path &path, const ProgressCallback &cb={}) |
| |
| MRIOEXTRAS_API Expected< PointCloud > | fromLas (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | loads from .las file
|
| |
| MRIOEXTRAS_API Expected< PointCloud > | fromLas (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRMESH_API Expected< PointCloud > | fromText (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | loads from .csv, .asc, .xyz, .txt file
|
| |
| MRMESH_API Expected< PointCloud > | fromText (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRMESH_API Expected< PointCloud > | fromPts (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | loads from Laser scan plain data format (.pts) file
|
| |
| MRMESH_API Expected< PointCloud > | fromPts (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRMESH_API Expected< PointCloud > | fromPly (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | loads from .ply file
|
| |
| MRMESH_API Expected< PointCloud > | fromPly (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRMESH_API Expected< PointCloud > | fromObj (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | loads from .obj file
|
| |
| MRMESH_API Expected< PointCloud > | fromObj (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRMESH_API Expected< PointCloud > | fromDxf (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| |
| MRMESH_API Expected< PointCloud > | fromDxf (std::istream &in, const PointsLoadSettings &settings={}) |
| |
| MRMESH_API Expected< PointCloud > | fromAnySupportedFormat (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
| | detects the format from file extension and loads points from it
|
| |
| MRMESH_API Expected< PointCloud > | fromAnySupportedFormat (std::istream &in, const std::string &extension, const PointsLoadSettings &settings={}) |
| | extension in *.ext format
|
| |