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

Static Public Member Functions

static unsafe MR.DistanceMap fromRaw (string path, MR.Const_DistanceMapLoadSettings? settings=null)
 Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values Generated from function MR.DistanceMapLoad.fromRaw. Parameter settings defaults to {}.
 
static unsafe MR.DistanceMap fromMrDistanceMap (string path, MR.Const_DistanceMapLoadSettings? settings=null)
 Generated from function MR.DistanceMapLoad.fromMrDistanceMap. Parameter settings defaults to {}.
 
static unsafe MR.DistanceMap fromTiff (string path, MR.Const_DistanceMapLoadSettings? settings=null)
 Generated from function MR.DistanceMapLoad.fromTiff. Parameter settings defaults to {}.
 
static unsafe MR.DistanceMap fromAnySupportedFormat (string path, MR.Const_DistanceMapLoadSettings? settings=null)
 Generated from function MR.DistanceMapLoad.fromAnySupportedFormat. Parameter settings defaults to {}.
 

Member Function Documentation

◆ fromAnySupportedFormat()

static unsafe MR.DistanceMap MR.DistanceMapLoad.fromAnySupportedFormat ( string path,
MR.Const_DistanceMapLoadSettings? settings = null )
inlinestatic

Generated from function MR.DistanceMapLoad.fromAnySupportedFormat. Parameter settings defaults to {}.

◆ fromMrDistanceMap()

static unsafe MR.DistanceMap MR.DistanceMapLoad.fromMrDistanceMap ( string path,
MR.Const_DistanceMapLoadSettings? settings = null )
inlinestatic

Generated from function MR.DistanceMapLoad.fromMrDistanceMap. Parameter settings defaults to {}.

◆ fromRaw()

static unsafe MR.DistanceMap MR.DistanceMapLoad.fromRaw ( string path,
MR.Const_DistanceMapLoadSettings? settings = null )
inlinestatic

Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values Generated from function MR.DistanceMapLoad.fromRaw. Parameter settings defaults to {}.

◆ fromTiff()

static unsafe MR.DistanceMap MR.DistanceMapLoad.fromTiff ( string path,
MR.Const_DistanceMapLoadSettings? settings = null )
inlinestatic

Generated from function MR.DistanceMapLoad.fromTiff. Parameter settings defaults to {}.


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