#include "MRMeshFwd.h"
#include "MRIOFilters.h"
#include "MRDistanceMapParams.h"
#include "MRExpected.h"
#include <filesystem>
Go to the source code of this file.
Namespaces | |
namespace | MR |
namespace | MR::DistanceMapSave |
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 |