#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:80
MRMESH_API Expected< Polyline3 > fromMrLines(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in internal MeshLib format
MRMESH_API Expected< Polyline3 > fromPly(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in .PLY format
MRMESH_API Expected< Polyline3 > fromAnySupportedFormat(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in the format detected from file extension
MRMESH_API Expected< Polyline3 > fromPts(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in .PTS format
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:25
setting for polyline loading from external format, and locations of optional output data
Definition MRLinesLoadSettings.h:10