Interface IOverlapRemovalAlgorithm<TObject, TParameters>
Represents an overlap removal algorithm (with parameters).
Inherited Members
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public interface IOverlapRemovalAlgorithm<TObject, out TParameters> : IOverlapRemovalAlgorithm<TObject>, IAlgorithm where TParameters : IOverlapRemovalParameters
Type Parameters
Name | Description |
---|---|
TObject | Object type. |
TParameters | Algorithm parameters type. |
Properties
| Improve this Doc View SourceParameters
Overlap removal parameters.
Declaration
TParameters Parameters { get; }
Property Value
Type | Description |
---|---|
TParameters |