Package org.orekit.python
Class PythonFunction<T,R>
- java.lang.Object
-
- org.orekit.python.PythonFunction<T,R>
-
-
Field Summary
Fields Modifier and Type Field Description protected long
pythonObject
Part of JCC Python interface to object
-
Constructor Summary
Constructors Constructor Description PythonFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(T t)
void
finalize()
void
pythonDecRef()
long
pythonExtension()
void
pythonExtension(long pythonObject)
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
-
pythonExtension
public long pythonExtension()
-
finalize
public void finalize() throws Throwable
-
pythonDecRef
public void pythonDecRef()
-
-