You are here: Start » AVL.NET » SplittingParams Class

SplittingParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

This structure contains parameters for splitting region into blobs.

Constructors

 ConstructorDescription
SplittingParams()
SplittingParams(Int32, Int32, Optional<Int32>)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxAreaAtl.Optional<System.Int32>
MaxDistanceSystem.Int32
MinAreaSystem.Int32

Methods

 NameDescription
CopyTo(Avl.SplittingParams)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.SplittingParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.SplittingParams)
ToString()Inherited from System.Object

Remarks

See also