SegmentPropagator.DefaultStateAdaptation 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: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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.Coordinates.ITimeBasedState
The initial state whose Motions will be
transformed in some way by the Adapters and set in the finalState. - finalState
- Type: AGI.Foundation.Coordinates.ITimeBasedState
The state that will be set with the adapted values from the initialState.
See Also