0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / java / inc / SampleHLRJni_Aspect_MarkerStyle.h
CommitLineData
7fd59977 1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class SampleHLRJni_Aspect_0005fMarkerStyle */
4
5#ifndef _Included_SampleHLRJni_Aspect_0005fMarkerStyle
6#define _Included_SampleHLRJni_Aspect_0005fMarkerStyle
7#ifdef __cplusplus
8extern "C" {
9#endif
10/* Inaccessible static: myCasLock */
11/*
12 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
13 * Method: Aspect_MarkerStyle_Create_1
14 * Signature: ()V
15 */
16JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_11
17 (JNIEnv *, jobject);
18
19/*
20 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
21 * Method: Aspect_MarkerStyle_Create_2
22 * Signature: (S)V
23 */
24JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_12
25 (JNIEnv *, jobject, jshort);
26
27/*
28 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
29 * Method: Aspect_MarkerStyle_Create_3
30 * Signature: (LSampleHLRJni/TColStd_Array1OfReal;LSampleHLRJni/TColStd_Array1OfReal;)V
31 */
32JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_13
33 (JNIEnv *, jobject, jobject, jobject);
34
35/*
36 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
37 * Method: Aspect_MarkerStyle_Create_4
38 * Signature: (LSampleHLRJni/TColStd_Array1OfReal;LSampleHLRJni/TColStd_Array1OfReal;LSampleHLRJni/TColStd_Array1OfBoolean;)V
39 */
40JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_14
41 (JNIEnv *, jobject, jobject, jobject, jobject);
42
43/*
44 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
45 * Method: Assign
46 * Signature: (LSampleHLRJni/Aspect_MarkerStyle;)LSampleHLRJni/Aspect_MarkerStyle;
47 */
48JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Assign
49 (JNIEnv *, jobject, jobject);
50
51/*
52 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
53 * Method: FinalizeValue
54 * Signature: (J)V
55 */
56JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_FinalizeValue
57 (JNIEnv *, jclass, jlong);
58
59/*
60 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
61 * Method: IsEqual
62 * Signature: (LSampleHLRJni/Aspect_MarkerStyle;)Z
63 */
64JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_IsEqual
65 (JNIEnv *, jobject, jobject);
66
67/*
68 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
69 * Method: IsNotEqual
70 * Signature: (LSampleHLRJni/Aspect_MarkerStyle;)Z
71 */
72JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_IsNotEqual
73 (JNIEnv *, jobject, jobject);
74
75/*
76 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
77 * Method: Length
78 * Signature: ()I
79 */
80JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Length
81 (JNIEnv *, jobject);
82
83/*
84 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
85 * Method: SValues
86 * Signature: ()LSampleHLRJni/TColStd_Array1OfBoolean;
87 */
88JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_SValues
89 (JNIEnv *, jobject);
90
91/*
92 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
93 * Method: Type
94 * Signature: ()S
95 */
96JNIEXPORT jshort JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Type
97 (JNIEnv *, jobject);
98
99/*
100 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
101 * Method: Values
102 * Signature: (ILjcas/Standard_Real;Ljcas/Standard_Real;)Z
103 */
104JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_Values
105 (JNIEnv *, jobject, jint, jobject, jobject);
106
107/*
108 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
109 * Method: XValues
110 * Signature: ()LSampleHLRJni/TShort_Array1OfShortReal;
111 */
112JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_XValues
113 (JNIEnv *, jobject);
114
115/*
116 * Class: SampleHLRJni_Aspect_0005fMarkerStyle
117 * Method: YValues
118 * Signature: ()LSampleHLRJni/TShort_Array1OfShortReal;
119 */
120JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1MarkerStyle_YValues
121 (JNIEnv *, jobject);
122
123#ifdef __cplusplus
124}
125#endif
126#endif