Click or drag to resize

NumericalPropagatorAdapterHelper Class

Contains various helper methods and properties will make using NumericalPropagatorDefinition and StateElementAdapters easier. When constructing adapters that involve a NumericalPropagator, initialize a new instance of this in every constructor (or update the reference of the existing one in the copy constructor).
Inheritance Hierarchy
SystemObject
  AGI.Foundation.InfrastructureDefinitionalObject
    AGI.Foundation.CoordinatesNumericalPropagatorAdapterHelper

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class NumericalPropagatorAdapterHelper : DefinitionalObject

The NumericalPropagatorAdapterHelper type exposes the following members.

Constructors
  NameDescription
Public methodNumericalPropagatorAdapterHelper
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyStatic memberAdaptersForAllNumericalPropagatedSegments
Gets the default list of all of the possible state element adapters. If you are propagating your own elements in a state and have made your own custom adapters, you can add those factories to this list so all of the segments that leverage this helper type will have the needed adapters.
Public propertyElements
Gets all of the elements in the PropagatorDefinition which should also be all of the elements getting propagated.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyPropagatorDefinition
Gets or sets the NumericalPropagatorDefinition that will be used for the segment.
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).)
Public methodEnumerateDependencies
Enumerates the dependencies of this object by calling EnumerateT(T) for each object that this object directly depends upon. Derived classes which contain additional dependencies MUST override this method, call the base implementation, and enumerate dependencies introduced by the derived class.
(Overrides DefinitionalObjectEnumerateDependencies(DependencyEnumerator).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
(Inherited from DefinitionalObject.)
Public methodGetAdapter
Gets the adapter for the specified elementIdentification.
Public methodGetDefinedIn
Gets the defined in object for the specified element, or if there is none.
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also