0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / java / inc / SampleHLRJni_Aspect_TypeMap.h
CommitLineData
7fd59977 1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class SampleHLRJni_Aspect_0005fTypeMap */
4
5#ifndef _Included_SampleHLRJni_Aspect_0005fTypeMap
6#define _Included_SampleHLRJni_Aspect_0005fTypeMap
7#ifdef __cplusplus
8extern "C" {
9#endif
10/* Inaccessible static: myCasLock */
11/*
12 * Class: SampleHLRJni_Aspect_0005fTypeMap
13 * Method: Aspect_TypeMap_AddEntry_1
14 * Signature: (LSampleHLRJni/Aspect_TypeMapEntry;)V
15 */
16JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1TypeMap_Aspect_1TypeMap_1AddEntry_11
17 (JNIEnv *, jobject, jobject);
18
19/*
20 * Class: SampleHLRJni_Aspect_0005fTypeMap
21 * Method: Aspect_TypeMap_AddEntry_2
22 * Signature: (LSampleHLRJni/Aspect_LineStyle;)I
23 */
24JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1TypeMap_Aspect_1TypeMap_1AddEntry_12
25 (JNIEnv *, jobject, jobject);
26
27/*
28 * Class: SampleHLRJni_Aspect_0005fTypeMap
29 * Method: Aspect_TypeMap_Create_0
30 * Signature: ()V
31 */
32JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1TypeMap_Aspect_1TypeMap_1Create_10
33 (JNIEnv *, jobject);
34
35/*
36 * Class: SampleHLRJni_Aspect_0005fTypeMap
37 * Method: Dump
38 * Signature: ()V
39 */
40JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1TypeMap_Dump
41 (JNIEnv *, jobject);
42
43/*
44 * Class: SampleHLRJni_Aspect_0005fTypeMap
45 * Method: Entry
46 * Signature: (I)LSampleHLRJni/Aspect_TypeMapEntry;
47 */
48JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1TypeMap_Entry
49 (JNIEnv *, jobject, jint);
50
51/*
52 * Class: SampleHLRJni_Aspect_0005fTypeMap
53 * Method: Index
54 * Signature: (I)I
55 */
56JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1TypeMap_Index
57 (JNIEnv *, jobject, jint);
58
59/*
60 * Class: SampleHLRJni_Aspect_0005fTypeMap
61 * Method: Size
62 * Signature: ()I
63 */
64JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1TypeMap_Size
65 (JNIEnv *, jobject);
66
67#ifdef __cplusplus
68}
69#endif
70#endif