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

BlobSplittingParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

This structure contains parameters for splitting region into blobs.

Constructors

 ConstructorDescription
BlobSplittingParams()
BlobSplittingParams(RegionConnectivity, Int32, Optional<Int32>, Boolean)

Properties

 NameTypeDescription
ConnectivityAvl.RegionConnectivity
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxAreaAtl.Optional<System.Int32>
MinAreaSystem.Int32
RemoveBoundaryBlobsSystem.Boolean

Methods

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

Remarks

See also