11namespace DistanceMapSave
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRDistanceMap.h:24
MRMESH_API const IOFilters Filters
MRMESH_API Expected< void > toMrDistanceMap(const std::filesystem::path &path, const DistanceMap &dmapObject, const DistanceMapToWorld ¶ms)
MRMESH_API Expected< void > toRAW(const std::filesystem::path &path, const DistanceMap &dmap)
Save DistanceMap to binary file Format: 2 integer - DistanceMap.resX & DistanceMap....
MRMESH_API Expected< void > toAnySupportedFormat(const std::filesystem::path &path, const DistanceMap &dmapObject, const AffineXf3f *xf=nullptr)
std::vector< IOFilter > IOFilters
Definition MRIOFilters.h:32
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
This structure store data to transform distance map to world coordinates.
Definition MRDistanceMapParams.h:136