Adjusting testing cases for current state of OCCT
[occt.git] / samples / java / inc / SampleHLRJni_TShort_Array1OfShortReal.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class SampleHLRJni_TShort_0005fArray1OfShortReal */
4
5 #ifndef _Included_SampleHLRJni_TShort_0005fArray1OfShortReal
6 #define _Included_SampleHLRJni_TShort_0005fArray1OfShortReal
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /* Inaccessible static: myCasLock */
11 /*
12  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
13  * Method:    Assign
14  * Signature: (LSampleHLRJni/TShort_Array1OfShortReal;)LSampleHLRJni/TShort_Array1OfShortReal;
15  */
16 JNIEXPORT jobject JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_Assign
17   (JNIEnv *, jobject, jobject);
18
19 /*
20  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
21  * Method:    ChangeValue
22  * Signature: (I)F
23  */
24 JNIEXPORT jfloat JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_ChangeValue
25   (JNIEnv *, jobject, jint);
26
27 /*
28  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
29  * Method:    Destroy
30  * Signature: ()V
31  */
32 JNIEXPORT void JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_Destroy
33   (JNIEnv *, jobject);
34
35 /*
36  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
37  * Method:    FinalizeValue
38  * Signature: (J)V
39  */
40 JNIEXPORT void JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_FinalizeValue
41   (JNIEnv *, jclass, jlong);
42
43 /*
44  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
45  * Method:    Init
46  * Signature: (F)V
47  */
48 JNIEXPORT void JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_Init
49   (JNIEnv *, jobject, jfloat);
50
51 /*
52  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
53  * Method:    IsAllocated
54  * Signature: ()Z
55  */
56 JNIEXPORT jboolean JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_IsAllocated
57   (JNIEnv *, jobject);
58
59 /*
60  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
61  * Method:    Length
62  * Signature: ()I
63  */
64 JNIEXPORT jint JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_Length
65   (JNIEnv *, jobject);
66
67 /*
68  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
69  * Method:    Lower
70  * Signature: ()I
71  */
72 JNIEXPORT jint JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_Lower
73   (JNIEnv *, jobject);
74
75 /*
76  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
77  * Method:    SetValue
78  * Signature: (IF)V
79  */
80 JNIEXPORT void JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_SetValue
81   (JNIEnv *, jobject, jint, jfloat);
82
83 /*
84  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
85  * Method:    TShort_Array1OfShortReal_Create_1
86  * Signature: (II)V
87  */
88 JNIEXPORT void JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_TShort_1Array1OfShortReal_1Create_11
89   (JNIEnv *, jobject, jint, jint);
90
91 /*
92  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
93  * Method:    TShort_Array1OfShortReal_Create_2
94  * Signature: (FII)V
95  */
96 JNIEXPORT void JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_TShort_1Array1OfShortReal_1Create_12
97   (JNIEnv *, jobject, jfloat, jint, jint);
98
99 /*
100  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
101  * Method:    Upper
102  * Signature: ()I
103  */
104 JNIEXPORT jint JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_Upper
105   (JNIEnv *, jobject);
106
107 /*
108  * Class:     SampleHLRJni_TShort_0005fArray1OfShortReal
109  * Method:    Value
110  * Signature: (I)F
111  */
112 JNIEXPORT jfloat JNICALL Java_SampleHLRJni_TShort_1Array1OfShortReal_Value
113   (JNIEnv *, jobject, jint);
114
115 #ifdef __cplusplus
116 }
117 #endif
118 #endif