#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:576
MRMESH_API Expected< Polyline3 > fromPts(const std::filesystem::path &file, ProgressCallback callback={})
loads from .pts file
MRMESH_API Expected< Polyline3 > fromAnySupportedFormat(const std::filesystem::path &file, ProgressCallback callback={})
detects the format from file extension and loads polyline from it
MRMESH_API Expected< Polyline3 > fromMrLines(const std::filesystem::path &file, ProgressCallback callback={})
loads from .mrlines file
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58