You are here: Start » AVL.NET » EdgeScanParams Structure

EdgeScanParams Structure

This structure contains parameters of edge scanning process. Instance of this structure should be customized and passed as a parameter to edge scanning related functions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

EdgeScanParams(ProfileInterpolationMethod, Single, Single, EdgeTransition)

Properties

 TypeNameDescription
AvlNet.EdgeScanParamsDefault Default EdgeScanParams
AvlNet.EdgeTransitionEdgeTransition
System.BooleanIsDefault
System.SingleMinMagnitude
AvlNet.ProfileInterpolationMethodProfileInterpolation
System.SingleSmoothingStdDev

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also