StateForNextSegmentBehavior Enumeration |
Enumerates the behaviors used in passing a state from one segment to another.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum StateForNextSegmentBehavior
Public Enumeration StateForNextSegmentBehavior
public enum class StateForNextSegmentBehavior
type StateForNextSegmentBehavior
Members
| Member name | Description |
---|
| PassLastPropagatedState |
Pass the final state of the segment.
|
| PassFirstPropagatedState |
Pass the initial state of the segment. This will generally be
the state passed into the SegmentPropagator but adapted
into the current segment's defined-ins (reference frames).
|
See Also