SegmentPropagatorDefaultStateAdaptation Method |
Performs the default
adaptation of the elements
in the
initialState into the
finalState. Note that
elements that do not exist in both states will not be adapted.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected void DefaultStateAdaptation(
ITimeBasedState initialState,
ITimeBasedState finalState
)
Protected Sub DefaultStateAdaptation (
initialState As ITimeBasedState,
finalState As ITimeBasedState
)
protected:
void DefaultStateAdaptation(
ITimeBasedState^ initialState,
ITimeBasedState^ finalState
)
member DefaultStateAdaptation :
initialState : ITimeBasedState *
finalState : ITimeBasedState -> unit
Parameters
- initialState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state whose Motions will be
transformed in some way by the Adapters and set in the finalState. - finalState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The state that will be set with the adapted values from the initialState.
See Also