Returns a simplified version of the specified region.

Namespace: Spherical.Igloo
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public static Region Simplify(
	Region r,
	int maxlevel,
	int maxleaves,
	double maskfrac,
	out Region mask
)
Visual C++
public:
static Region^ Simplify(
	Region^ r, 
	int maxlevel, 
	int maxleaves, 
	double maskfrac, 
	[OutAttribute] Region^% mask
)
F#
static member Simplify : 
        r:Region * 
        maxlevel:int * 
        maxleaves:int * 
        maskfrac:float * 
        mask:Region byref -> Region 

Parameters

r
Type: Spherical..::..Region
The region
maxlevel
Type: System..::..Int32
The maximum depth of the tree
maxleaves
Type: System..::..Int32
The maximum number of leaves
maskfrac
Type: System..::..Double
The maxiumum fractional area of a cell allowed for masks
mask
Type: Spherical..::..Region%
The output mask

Return Value

[Missing <returns> documentation for "M:Spherical.Igloo.Builder.Simplify(Spherical.Region,System.Int32,System.Int32,System.Double,Spherical.Region@)"]

See Also