Click or drag to resize

Manual Class

The order of the shift curves is given manually by a list of indices.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Thermorheology.MasterCurves.ShiftOrderManual

Namespace: Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class Manual : IShiftOrder, IImmutable, 
	IEquatable<Manual>

The Manual type exposes the following members.

Constructors
 NameDescription
Public methodManualInitializes a new instance of the Manual class
Top
Properties
 NameDescription
Public propertyIndices Gets the list of indices that defines the manual ordering. The value is copied on initialization.
Public propertyIsPivotIndexRequired Gets a value indicating whether this instance requires a pivot index to be set.
Public propertyPivotIndex Gets or sets the pivot index.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetShiftOrderIndices Gets the indices of the curves in the order in which they should be shifted. Attention: the first returned index is the index of the curve that is fixed!
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodWithPivotIndex Returns a new instance of the same class with the pivot index set. If no pivot index is required (check by IsPivotIndexRequired), the same instance is returned.
Top
See Also