#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:576
MRMESH_API const IOFilters Filters
MRMESH_API Expected< GcodeSource > fromGcode(const std::filesystem::path &file, ProgressCallback callback={})
loads from *.gcode file (or any text file)
MRMESH_API Expected< GcodeSource > fromAnySupportedFormat(const std::filesystem::path &file, ProgressCallback callback={})
detects the format from file extension and loads mesh from it
std::vector< IOFilter > IOFilters
Definition MRIOFilters.h:32
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58