AircraftMotionIntegrationPoint Methods |
The AircraftMotionIntegrationPoint type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).) | |
ConfigureIndicesOnEvaluator | This is called by PropagationStateElement instances using PointPropagationParameter so that the element can update the indices used to identify the individual values corresponding to this point in the state during evaluation. In general, this should only be called from within the GetConverter(EvaluatorGroup, MotionInt32) method when configuring the indices provided by the NumericalPropagatorDefinition. The EvaluatorGroup will create an evaluator based on the StateParameter and the IntegrationFrame and cache it for future calls. This method updates the instance variables for the indices so that it will reflect the point's elements within the state during evaluation. In general, this breaks the "Evaluator Pattern" by altering data on an evaluator after construction. However, so long as it is done once and only once prior to any evaluation this is deemed as following the "Evaluator Pattern" which stipulates that an evaluator should always return the same value for a given time. | |
CreateVectorAcceleration |
Constructs a vector which represents the second derivative of this point's position.
(Inherited from Point.) | |
CreateVectorDerivative |
Constructs a vector which represents the requested order of the derivative of this point's position.
(Inherited from Point.) | |
CreateVectorVelocity |
Constructs a vector which represents the derivative of this point's position.
(Inherited from Point.) | |
EnumerateDependencies |
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).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObject.) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) | |
GetEvaluator |
Gets an evaluator that can be used to find the motion of this point in its parent reference frame
at a given date. Consider using the methods of GeometryTransformer
instead of calling this method directly.
See GetEvaluator(EvaluatorGroup) for more details.
(Inherited from Point.) | |
GetEvaluator(EvaluatorGroup) | Gets an evaluator that can be used to find the motion of this point in its parent reference frame based on the state provided by evaluating the evaluator produced by the StateParameter. Consider using the methods of GeometryTransformer instead of calling this method directly. See GetEvaluator(EvaluatorGroup) for more details. This type will usually not be used directly. It is instead used by AircraftMotionIntegrationPoint behind the scenes. If this type is used, such as during the implementation of a type similar to or deriving from AircraftMotionIntegrationPoint, always call ConfigureIndicesOnEvaluator(EvaluatorGroup, AircraftMotionIntegrationPoint, MotionInt32) prior to this method. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetScalarElement(CartesianElement, ReferenceFrame) |
Returns a Scalar representing the X, Y, Z, or Magnitude
of this point.
(Inherited from Point.) | |
GetScalarElement(CartesianElement, ReferenceFrame, Int32) |
Returns a Scalar representing the X, Y, Z, or Magnitude, or any derivative of
those elements of this point.
(Inherited from Point.) | |
GetService |
Gets the service object of the specified type.
(Inherited from Point.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |