Uses of Interface
org.orekit.propagation.events.DetectorModifier
-
Packages that use DetectorModifier Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of DetectorModifier in org.orekit.attitudes
Classes in org.orekit.attitudes that implement DetectorModifier Modifier and Type Class Description classAttitudesSequence.SwitchSwitch specification.classAttitudesSwitcher.InstantaneousSwitchSwitch specification. -
Uses of DetectorModifier in org.orekit.forces.maneuvers
Classes in org.orekit.forces.maneuvers that implement DetectorModifier Modifier and Type Class Description classImpulseManeuverImpulse maneuver model. -
Uses of DetectorModifier in org.orekit.forces.maneuvers.trigger
Classes in org.orekit.forces.maneuvers.trigger that implement DetectorModifier Modifier and Type Class Description classManeuverTriggerDetector<T extends EventDetector>Wrapper for event detection triggering maneuvers. -
Uses of DetectorModifier in org.orekit.propagation.events
Classes in org.orekit.propagation.events that implement DetectorModifier Modifier and Type Class Description classAdapterDetectorDeprecated.since 13.0.classEventEnablingPredicateFilterWrapper used to detect events only when enabled by an external predicated function.classEventShifterWrapper shifting events occurrences times.classNegateDetectorAn event detector that negates the sign on another event detector'sgfunction.
-