NumericalPropagationStateHistory Class |
Namespace: AGI.Foundation.Propagators
The NumericalPropagationStateHistory type exposes the following members.
Name | Description | |
---|---|---|
NumericalPropagationStateHistory(PropagationStateConverter, Boolean, NumericalPropagationStateHistory) |
Initializes a new instance. SortingFormat is set to
Forwards.
| |
NumericalPropagationStateHistory(IListJulianDate, IListDouble, IListNumericalIntegrationInformation, PropagationStateConverter) |
Initializes a new instance. SortingFormat is set to
Forwards.
| |
NumericalPropagationStateHistory(PropagationStateConverter, Boolean, SortingFormat, NumericalPropagationStateHistory) |
Initializes a new instance.
| |
NumericalPropagationStateHistory(IListJulianDate, IListDouble, IListNumericalIntegrationInformation, PropagationStateConverter, SortingFormat) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
Count |
Gets the number of entries in this collection.
| |
IntegrationInformation |
Gets the list of information about the integration process at each of the Times.
| |
SortingFormat |
Gets the specifier for how the history is sorted.
| |
States |
Gets the list of raw states. For processed information see the GetDateMotionCollectionT(String) method.
| |
Times |
Gets the list of times at which each set of data was recorded.
|
Name | Description | |
---|---|---|
Add(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.
| |
Add(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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDateMotionCollectionT |
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.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes entries associated with the specified time.
| |
RemoveAt |
Remove entries at a given index.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |