Class MakeExactFMModule
java.lang.Object
|
+----MakeExactFMModule
- public class MakeExactFMModule
- extends Object
- implements Modulable
This is the java intermediate file for the module MakeExactFMModule.
Convert Clean Feature Map points to Exact Feature Locations
Location source: ~isfer/Features/RCS
This file is automatically generated by the ISFER framework.
It contains the java method that is called when this module is
called from the framework. The run method on its turn calls the
native C(++) module.
- Version:
- $Revision: 1.3 $
-
MakeExactFMModule()
-
-
()
- When this class is used for the first time the library will be loaded
into memory.
-
nativeMakeExactFMModule(MRP, FM, FM, ParameterStore)
- The native function as it is defined in the C(++) file
MakeExactFMModule.c.
-
run(DataStore, DataStore, ParameterStore)
- Runs the native method MakeExactFMModule from the library
libMakeExactFMModule.so.
MakeExactFMModule
public MakeExactFMModule()
run
public boolean run(DataStore input,
DataStore output,
ParameterStore parameters) throws JNIException
- Runs the native method MakeExactFMModule from the library
libMakeExactFMModule.so.
Convert Clean Feature Map points to Exact Feature Locations
Location source: ~isfer/Features/RCS
nativeMakeExactFMModule
public native boolean nativeMakeExactFMModule(MRP mrpData,
FM fmData,
FM fm0Data,
ParameterStore parameters)
- The native function as it is defined in the C(++) file
MakeExactFMModule.c. The exact signature of this function can be
determined by running the java command
JAVAH -JNI MakeExactFMModule
(after compiling this java file)
static void ()
- When this class is used for the first time the library will be loaded
into memory.