App
mhr_appcore_pointops_LUT.hpp
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class mhr_appcore_pointops_LUT */
4 
5 #ifndef _Included_mhr_appcore_pointops_LUT
6 #define _Included_mhr_appcore_pointops_LUT
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #undef mhr_appcore_pointops_LUT_opacityAsFul
11 #define mhr_appcore_pointops_LUT_opacityAsFul 0.9999
12 #undef mhr_appcore_pointops_LUT_opacityAsNone
13 #define mhr_appcore_pointops_LUT_opacityAsNone 1.0E-4
14 /*
15  * Class: mhr_appcore_pointops_LUT
16  * Method: createLut
17  * Signature: ()J
18  */JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createLut(JNIEnv *, jclass);
19 /*
20  * Class: mhr_appcore_pointops_LUT
21  * Method: disposeLut
22  * Signature: (J)I
23  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_disposeLut(JNIEnv *, jclass, jlong);
24 /*
25  * Class: mhr_appcore_pointops_LUT
26  * Method: createBrightnessLut
27  * Signature: (D)J
28  */JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createBrightnessLut(JNIEnv *, jclass, jdouble);
29 /*
30  * Class: mhr_appcore_pointops_LUT
31  * Method: createContrastLut
32  * Signature: (D)J
33  */JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createContrastLut(JNIEnv *, jclass, jdouble);
34 /*
35  * Class: mhr_appcore_pointops_LUT
36  * Method: createGammaLut
37  * Signature: (D)J
38  */JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createGammaLut(JNIEnv *, jclass, jdouble);
39 /*
40  * Class: mhr_appcore_pointops_LUT
41  * Method: createCurvesLut
42  * Signature: ([D[DI[D[DI[D[DI[D[DI[D[DI)J
43  */JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createCurvesLut(JNIEnv *, jclass, jdoubleArray, jdoubleArray, jint, jdoubleArray, jdoubleArray, jint, jdoubleArray,
44  jdoubleArray, jint, jdoubleArray, jdoubleArray, jint, jdoubleArray, jdoubleArray, jint);
45 /*
46  * Class: mhr_appcore_pointops_LUT
47  * Method: fillBrightnessLut
48  * Signature: (JD)I
49  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillBrightnessLut(JNIEnv *, jclass, jlong, jdouble);
50 /*
51  * Class: mhr_appcore_pointops_LUT
52  * Method: fillContrastLut
53  * Signature: (JD)I
54  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillContrastLut(JNIEnv *, jclass, jlong, jdouble);
55 /*
56  * Class: mhr_appcore_pointops_LUT
57  * Method: fillGammaLut
58  * Signature: (JD)I
59  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillGammaLut(JNIEnv *, jclass, jlong, jdouble);
60 /*
61  * Class: mhr_appcore_pointops_LUT
62  * Method: fillCurvesLut
63  * Signature: (J[D[DI[D[DI[D[DI[D[DI[D[DI)I
64  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillCurvesLut(JNIEnv *, jclass, jlong, jdoubleArray, jdoubleArray, jint, jdoubleArray, jdoubleArray, jint, jdoubleArray,
65  jdoubleArray, jint, jdoubleArray, jdoubleArray, jint, jdoubleArray, jdoubleArray, jint);
66 /*
67  * Class: mhr_appcore_pointops_LUT
68  * Method: applyTo
69  * Signature: (JJIIII)I
70  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJIIII(JNIEnv *, jclass, jlong, jlong, jint, jint, jint, jint);
71 /*
72  * Class: mhr_appcore_pointops_LUT
73  * Method: applyTo
74  * Signature: (JJIIIID)I
75  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJIIIID(JNIEnv *, jclass, jlong, jlong, jint, jint, jint, jint, jdouble);
76 /*
77  * Class: mhr_appcore_pointops_LUT
78  * Method: applyTo
79  * Signature: (JJJIIIIII)I
80  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJJIIIIII(JNIEnv *, jclass, jlong, jlong, jlong, jint, jint, jint, jint, jint, jint);
81 /*
82  * Class: mhr_appcore_pointops_LUT
83  * Method: applyTo
84  * Signature: (JJJIIIIIID)I
85  */JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJJIIIIIID(JNIEnv *, jclass, jlong, jlong, jlong, jint, jint, jint, jint, jint, jint, jdouble);
86 
87 #ifdef __cplusplus
88 }
89 #endif
90 #endif