Click or drag to resize

NumericalPropagationStateHistory Class

Contains a collection of data resulting from propagating the state over a span of time.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PropagatorsNumericalPropagationStateHistory

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class NumericalPropagationStateHistory

The NumericalPropagationStateHistory type exposes the following members.

Constructors
  NameDescription
Public methodNumericalPropagationStateHistory(PropagationStateConverter, Boolean, NumericalPropagationStateHistory)
Initializes a new instance. SortingFormat is set to Forwards.
Public methodNumericalPropagationStateHistory(IListJulianDate, IListDouble, IListNumericalIntegrationInformation, PropagationStateConverter)
Initializes a new instance. SortingFormat is set to Forwards.
Public methodNumericalPropagationStateHistory(PropagationStateConverter, Boolean, SortingFormat, NumericalPropagationStateHistory)
Initializes a new instance.
Public methodNumericalPropagationStateHistory(IListJulianDate, IListDouble, IListNumericalIntegrationInformation, PropagationStateConverter, SortingFormat)
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of entries in this collection.
Public propertyIntegrationInformation
Gets the list of information about the integration process at each of the Times.
Public propertySortingFormat
Gets the specifier for how the history is sorted.
Public propertyStates
Public propertyTimes
Gets the list of times at which each set of data was recorded.
Top
Methods
  NameDescription
Public methodAdd(JulianDate, Double)
Add an entry to the end of the state history. If the time already exists in the collection, the existing time is overwritten.
Public methodAdd(JulianDate, Double, NumericalIntegrationInformation)
Add an entry to appropriate location in the state history. If the time already exists in the collection, the existing state and info are overwritten.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDateMotionCollectionT
Gets a DateMotionCollectionT of the given type based on a string identification corresponding to either a PropagationStateElement or AuxiliaryStateElement. The type must correspond to the type of the state element or it will throw an exception.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes entries associated with the specified time.
Public methodRemoveAt
Remove entries at a given index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also