App
|
Go to the source code of this file.
Functions | |
JNIEXPORT jint JNICALL | Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJ (JNIEnv *pEnv, jclass pThisClass, jint nativeType, jlong srcAdress, jlong dstAdress) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJI (JNIEnv *pEnv, jclass pThisClass, jint nativeType, jlong srcAdress, jlong dstAdress, jint iType) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJID (JNIEnv *pEnv, jclass pThisClass, jint nativeType, jlong srcAdress, jlong dstAdress, jint iType, jdouble force) |
JNIEXPORT jint JNICALL Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJ | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jint | nativeType, | ||
jlong | srcAdress, | ||
jlong | dstAdress | ||
) |
protected static native int resampleTo(int nativeType, long srcAdress, long dstAdress);
Definition at line 9 of file mhr_appcore_interpolators_Interpolator.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJI | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jint | nativeType, | ||
jlong | srcAdress, | ||
jlong | dstAdress, | ||
jint | iType | ||
) |
Definition at line 33 of file mhr_appcore_interpolators_Interpolator.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_interpolators_Interpolator_resampleTo__IJJID | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jint | nativeType, | ||
jlong | srcAdress, | ||
jlong | dstAdress, | ||
jint | iType, | ||
jdouble | force | ||
) |
Definition at line 87 of file mhr_appcore_interpolators_Interpolator.cpp.