MeshLib C# Docs
Loading...
Searching...
No Matches
MR.DistanceMapSave Class Reference

Public Types

typedef Expected< void >(*)(const DistanceMap &distanceMap, const std::filesystem::path &path, const DistanceMapSaveSettings &settings DistanceMapSaver)
 

Static Public Member Functions

static unsafe void toTiff (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null)
 saves in .tiff format Generated from function MR.DistanceMapSave.toTiff. Parameter settings defaults to {}.
 
static unsafe void toRAW (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null)
 Save DistanceMap to binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values Generated from function MR.DistanceMapSave.toRAW. Parameter settings defaults to {}.
 
static unsafe void toMrDistanceMap (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null)
 Generated from function MR.DistanceMapSave.toMrDistanceMap. Parameter settings defaults to {}.
 
static unsafe void toAnySupportedFormat (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null)
 Generated from function MR.DistanceMapSave.toAnySupportedFormat. Parameter settings defaults to {}.
 

The documentation for this class was generated from the following files: