Functions | |
MRMESH_API Expected< void > | MR::DistanceMapSave::toRAW (const std::filesystem::path &path, const DistanceMap &dmap) |
Save DistanceMap to binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values. | |
MRMESH_API Expected< void > | MR::DistanceMapSave::toMrDistanceMap (const std::filesystem::path &path, const DistanceMap &dmapObject, const DistanceMapToWorld ¶ms) |
MRMESH_API Expected< void > | MR::DistanceMapSave::toAnySupportedFormat (const std::filesystem::path &path, const DistanceMap &dmapObject, const AffineXf3f *xf=nullptr) |
Variables | |
MRMESH_API const IOFilters | MR::DistanceMapSave::Filters |
MRMESH_API Expected< void > MR::DistanceMapSave::toAnySupportedFormat | ( | const std::filesystem::path & | path, |
const DistanceMap & | dmapObject, | ||
const AffineXf3f * | xf = nullptr ) |
MRMESH_API Expected< void > MR::DistanceMapSave::toMrDistanceMap | ( | const std::filesystem::path & | path, |
const DistanceMap & | dmapObject, | ||
const DistanceMapToWorld & | params ) |
MRMESH_API Expected< void > MR::DistanceMapSave::toRAW | ( | const std::filesystem::path & | path, |
const DistanceMap & | dmap ) |
Save DistanceMap to binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values.
|
extern |