Show / Hide Table of Contents

Class FSAAlgorithm<TObject>

Force-Scan Algorithm (FSA).

Inheritance
System.Object
AlgorithmBase
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>
FSAAlgorithm<TObject, IOverlapRemovalParameters>
FSAAlgorithm<TObject>
Implements
IOverlapRemovalAlgorithm<TObject, IOverlapRemovalParameters>
IOverlapRemovalAlgorithm<TObject>
IAlgorithm
Inherited Members
FSAAlgorithm<TObject, IOverlapRemovalParameters>.RemoveOverlap()
FSAAlgorithm<TObject, IOverlapRemovalParameters>.Force(Rect, Rect)
FSAAlgorithm<TObject, IOverlapRemovalParameters>.Force2(Rect, Rect)
FSAAlgorithm<TObject, IOverlapRemovalParameters>.XComparison(RectangleWrapper<TObject>, RectangleWrapper<TObject>)
FSAAlgorithm<TObject, IOverlapRemovalParameters>.Horizontal()
FSAAlgorithm<TObject, IOverlapRemovalParameters>.HorizontalImproved()
FSAAlgorithm<TObject, IOverlapRemovalParameters>.YComparison(RectangleWrapper<TObject>, RectangleWrapper<TObject>)
FSAAlgorithm<TObject, IOverlapRemovalParameters>.Vertical()
FSAAlgorithm<TObject, IOverlapRemovalParameters>.VerticalImproved()
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.WrappedRectangles
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.Rectangles
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.Parameters
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.GetParameters()
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.InternalCompute()
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.AddGaps()
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.RemoveOverlap()
OverlapRemovalAlgorithmBase<TObject, IOverlapRemovalParameters>.RemoveGaps()
AlgorithmBase.IsCancelling
AlgorithmBase.ThrowIfCancellationRequested()
AlgorithmBase.SyncRoot
AlgorithmBase.State
AlgorithmBase.Compute()
AlgorithmBase.Abort()
AlgorithmBase.StateChanged
AlgorithmBase.OnStateChanged(EventArgs)
AlgorithmBase.Started
AlgorithmBase.OnStarted(EventArgs)
AlgorithmBase.Finished
AlgorithmBase.OnFinished(EventArgs)
AlgorithmBase.Aborted
AlgorithmBase.OnAborted(EventArgs)
AlgorithmBase.Initialize()
AlgorithmBase.InternalCompute()
AlgorithmBase.Clean()
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 Source

FSAAlgorithm(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

rectangles is null.

System.ArgumentNullException

parameters is null.

Implements

IOverlapRemovalAlgorithm<TObject, TParameters>
IOverlapRemovalAlgorithm<TObject>
IAlgorithm

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape