Uses of Interface
org.orekit.propagation.events.FunctionalDetector.GFunction
-
Packages that use FunctionalDetector.GFunction Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FunctionalDetector.GFunction in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FunctionalDetector.GFunction Modifier and Type Method Description FunctionalDetector.GFunctionFunctionalDetector. getGFunction()Deprecated.useFunctionalDetector.getFunction()instead.Methods in org.orekit.propagation.events with parameters of type FunctionalDetector.GFunction Modifier and Type Method Description FunctionalDetectorFunctionalDetector. withGFunction(FunctionalDetector.GFunction newGFunction)Deprecated.UseFunctionalDetector.withFunction(ToDoubleFunction)instead.
-