Package org.orekit.utils
Class PythonParameterFunction
- java.lang.Object
-
- org.orekit.utils.PythonParameterFunction
-
- All Implemented Interfaces:
ParameterFunction
public class PythonParameterFunction extends Object implements ParameterFunction
-
-
Constructor Summary
Constructors Constructor Description PythonParameterFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to objectdouble
value(ParameterDriver parameterDriver)
Evaluate the function.
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
value
public double value(ParameterDriver parameterDriver)
Evaluate the function.- Specified by:
value
in interfaceParameterFunction
- Parameters:
parameterDriver
- driver for the parameter.- Returns:
- scalar value of the function
-
-