Class FSAAlgorithm<TObject>
Force-Scan Algorithm (FSA).
Implements
IOverlapRemovalAlgorithm<TObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public class FSAAlgorithm<TObject> : FSAAlgorithm<TObject, IOverlapRemovalParameters>, IOverlapRemovalAlgorithm<TObject, IOverlapRemovalParameters>, IOverlapRemovalAlgorithm<TObject>, IAlgorithm
Type Parameters
| Name | Description |
|---|---|
| TObject | Object type. |
Constructors
| Improve this Doc View SourceFSAAlgorithm(IDictionary<TObject, Rect>, IOverlapRemovalParameters)
Initializes a new instance of the FSAAlgorithm<TObject> class.
Declaration
public FSAAlgorithm(IDictionary<TObject, Rect> rectangles, IOverlapRemovalParameters parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IDictionary<TObject, Rect> | rectangles | Overlap rectangles. |
| IOverlapRemovalParameters | parameters | Algorithm parameters. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
| System.ArgumentNullException |
|