0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / java / inc / SampleHLRJni_Aspect_GenericColorMap.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class SampleHLRJni_Aspect_0005fGenericColorMap */
4
5 #ifndef _Included_SampleHLRJni_Aspect_0005fGenericColorMap
6 #define _Included_SampleHLRJni_Aspect_0005fGenericColorMap
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /* Inaccessible static: myCasLock */
11 /*
12  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
13  * Method:    Aspect_GenericColorMap_AddEntry_1
14  * Signature: (LSampleHLRJni/Aspect_ColorMapEntry;)V
15  */
16 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_Aspect_1GenericColorMap_1AddEntry_11
17   (JNIEnv *, jobject, jobject);
18
19 /*
20  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
21  * Method:    Aspect_GenericColorMap_AddEntry_2
22  * Signature: (LSampleHLRJni/Quantity_Color;)I
23  */
24 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_Aspect_1GenericColorMap_1AddEntry_12
25   (JNIEnv *, jobject, jobject);
26
27 /*
28  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
29  * Method:    Aspect_GenericColorMap_Create_0
30  * Signature: ()V
31  */
32 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_Aspect_1GenericColorMap_1Create_10
33   (JNIEnv *, jobject);
34
35 /*
36  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
37  * Method:    FindColorMapIndex
38  * Signature: (I)I
39  */
40 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_FindColorMapIndex
41   (JNIEnv *, jobject, jint);
42
43 /*
44  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
45  * Method:    FindEntry
46  * Signature: (I)LSampleHLRJni/Aspect_ColorMapEntry;
47  */
48 JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_FindEntry
49   (JNIEnv *, jobject, jint);
50
51 /*
52  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
53  * Method:    NearestColorMapIndex
54  * Signature: (LSampleHLRJni/Quantity_Color;)I
55  */
56 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_NearestColorMapIndex
57   (JNIEnv *, jobject, jobject);
58
59 /*
60  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
61  * Method:    NearestEntry
62  * Signature: (LSampleHLRJni/Quantity_Color;)LSampleHLRJni/Aspect_ColorMapEntry;
63  */
64 JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_NearestEntry
65   (JNIEnv *, jobject, jobject);
66
67 /*
68  * Class:     SampleHLRJni_Aspect_0005fGenericColorMap
69  * Method:    RemoveEntry
70  * Signature: (I)V
71  */
72 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1GenericColorMap_RemoveEntry
73   (JNIEnv *, jobject, jint);
74
75 #ifdef __cplusplus
76 }
77 #endif
78 #endif