Show / Hide Table of Contents

Class OneWayFSAAlgorithm<TObject>

One way Force-Scan Algorithm (FSA).

Inheritance
System.Object
AlgorithmBase
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>
FSAAlgorithm<TObject, OneWayFSAParameters>
OneWayFSAAlgorithm<TObject>
Implements
IOverlapRemovalAlgorithm<TObject, OneWayFSAParameters>
IOverlapRemovalAlgorithm<TObject>
IAlgorithm
Inherited Members
FSAAlgorithm<TObject, OneWayFSAParameters>.RemoveOverlap()
FSAAlgorithm<TObject, OneWayFSAParameters>.Force(Rect, Rect)
FSAAlgorithm<TObject, OneWayFSAParameters>.Force2(Rect, Rect)
FSAAlgorithm<TObject, OneWayFSAParameters>.XComparison(RectangleWrapper<TObject>, RectangleWrapper<TObject>)
FSAAlgorithm<TObject, OneWayFSAParameters>.Horizontal()
FSAAlgorithm<TObject, OneWayFSAParameters>.HorizontalImproved()
FSAAlgorithm<TObject, OneWayFSAParameters>.YComparison(RectangleWrapper<TObject>, RectangleWrapper<TObject>)
FSAAlgorithm<TObject, OneWayFSAParameters>.Vertical()
FSAAlgorithm<TObject, OneWayFSAParameters>.VerticalImproved()
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.WrappedRectangles
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.Rectangles
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.Parameters
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.GetParameters()
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.InternalCompute()
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.AddGaps()
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.RemoveOverlap()
OverlapRemovalAlgorithmBase<TObject, OneWayFSAParameters>.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 OneWayFSAAlgorithm<TObject> : FSAAlgorithm<TObject, OneWayFSAParameters>, IOverlapRemovalAlgorithm<TObject, OneWayFSAParameters>, IOverlapRemovalAlgorithm<TObject>, IAlgorithm
Type Parameters
Name Description
TObject

Object type.

Constructors

| Improve this Doc View Source

OneWayFSAAlgorithm(IDictionary<TObject, Rect>, OneWayFSAParameters)

Initializes a new instance of the OneWayFSAAlgorithm<TObject> class.

Declaration
public OneWayFSAAlgorithm(IDictionary<TObject, Rect> rectangles, OneWayFSAParameters parameters)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<TObject, Rect> rectangles

Overlap rectangles.

OneWayFSAParameters parameters

Algorithm parameters.

Exceptions
Type Condition
System.ArgumentNullException

rectangles is null.

System.ArgumentNullException

parameters is null.

Methods

| Improve this Doc View Source

HorizontalImproved()

Horizontal improvement.

Declaration
protected double HorizontalImproved()
Returns
Type Description
System.Double
| Improve this Doc View Source

RemoveOverlap()

Removes overlap.

Declaration
protected override void RemoveOverlap()
Overrides
GraphShape.Algorithms.OverlapRemoval.FSAAlgorithm<TObject, GraphShape.Algorithms.OverlapRemoval.OneWayFSAParameters>.RemoveOverlap()

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