1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/samples/java/inc/SampleHLRJni_Aspect_WidthMap.h
2012-03-05 19:23:40 +04:00

79 lines
2.0 KiB
C
Executable File

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class SampleHLRJni_Aspect_0005fWidthMap */
#ifndef _Included_SampleHLRJni_Aspect_0005fWidthMap
#define _Included_SampleHLRJni_Aspect_0005fWidthMap
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: myCasLock */
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Aspect_WidthMap_AddEntry_1
* Signature: (LSampleHLRJni/Aspect_WidthMapEntry;)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1AddEntry_11
(JNIEnv *, jobject, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Aspect_WidthMap_AddEntry_2
* Signature: (S)I
*/
JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1AddEntry_12
(JNIEnv *, jobject, jshort);
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Aspect_WidthMap_AddEntry_3
* Signature: (D)I
*/
JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1AddEntry_13
(JNIEnv *, jobject, jdouble);
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Aspect_WidthMap_Create_0
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Aspect_1WidthMap_1Create_10
(JNIEnv *, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Dump
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Dump
(JNIEnv *, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Entry
* Signature: (I)LSampleHLRJni/Aspect_WidthMapEntry;
*/
JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Entry
(JNIEnv *, jobject, jint);
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Index
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Index
(JNIEnv *, jobject, jint);
/*
* Class: SampleHLRJni_Aspect_0005fWidthMap
* Method: Size
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1WidthMap_Size
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif