Integration of OCCT 6.5.0 from SVN
[occt.git] / samples / java / inc / SampleHLRJni_Aspect_WidthMap.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class SampleHLRJni_Aspect_0005fWidthMap */
4
5 #ifndef _Included_SampleHLRJni_Aspect_0005fWidthMap
6 #define _Included_SampleHLRJni_Aspect_0005fWidthMap
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /* Inaccessible static: myCasLock */
11 /*
12  * Class:     SampleHLRJni_Aspect_0005fWidthMap
13  * Method:    Aspect_WidthMap_AddEntry_1
14  * Signature: (LSampleHLRJni/Aspect_WidthMapEntry;)V
15  */
16 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1AddEntry_11
17   (JNIEnv *, jobject, jobject);
18
19 /*
20  * Class:     SampleHLRJni_Aspect_0005fWidthMap
21  * Method:    Aspect_WidthMap_AddEntry_2
22  * Signature: (S)I
23  */
24 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1AddEntry_12
25   (JNIEnv *, jobject, jshort);
26
27 /*
28  * Class:     SampleHLRJni_Aspect_0005fWidthMap
29  * Method:    Aspect_WidthMap_AddEntry_3
30  * Signature: (D)I
31  */
32 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1AddEntry_13
33   (JNIEnv *, jobject, jdouble);
34
35 /*
36  * Class:     SampleHLRJni_Aspect_0005fWidthMap
37  * Method:    Aspect_WidthMap_Create_0
38  * Signature: ()V
39  */
40 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1Create_10
41   (JNIEnv *, jobject);
42
43 /*
44  * Class:     SampleHLRJni_Aspect_0005fWidthMap
45  * Method:    Dump
46  * Signature: ()V
47  */
48 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Dump
49   (JNIEnv *, jobject);
50
51 /*
52  * Class:     SampleHLRJni_Aspect_0005fWidthMap
53  * Method:    Entry
54  * Signature: (I)LSampleHLRJni/Aspect_WidthMapEntry;
55  */
56 JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Entry
57   (JNIEnv *, jobject, jint);
58
59 /*
60  * Class:     SampleHLRJni_Aspect_0005fWidthMap
61  * Method:    Index
62  * Signature: (I)I
63  */
64 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Index
65   (JNIEnv *, jobject, jint);
66
67 /*
68  * Class:     SampleHLRJni_Aspect_0005fWidthMap
69  * Method:    Size
70  * Signature: ()I
71  */
72 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Size
73   (JNIEnv *, jobject);
74
75 #ifdef __cplusplus
76 }
77 #endif
78 #endif