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

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 {}.
 

Member Function Documentation

◆ toAnySupportedFormat()

static unsafe void MR.DistanceMapSave.toAnySupportedFormat ( MR.Const_DistanceMap dmap,
string path,
MR.Const_DistanceMapSaveSettings? settings = null )
inlinestatic

Generated from function MR.DistanceMapSave.toAnySupportedFormat. Parameter settings defaults to {}.

◆ toMrDistanceMap()

static unsafe void MR.DistanceMapSave.toMrDistanceMap ( MR.Const_DistanceMap dmap,
string path,
MR.Const_DistanceMapSaveSettings? settings = null )
inlinestatic

Generated from function MR.DistanceMapSave.toMrDistanceMap. Parameter settings defaults to {}.

◆ toRAW()

static unsafe void MR.DistanceMapSave.toRAW ( MR.Const_DistanceMap dmap,
string path,
MR.Const_DistanceMapSaveSettings? settings = null )
inlinestatic

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 {}.

◆ toTiff()

static unsafe void MR.DistanceMapSave.toTiff ( MR.Const_DistanceMap dmap,
string path,
MR.Const_DistanceMapSaveSettings? settings = null )
inlinestatic

saves in .tiff format Generated from function MR.DistanceMapSave.toTiff. Parameter settings defaults to {}.


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