mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
78
samples/java/inc/SampleHLRJni_Aspect_WidthMap.h
Executable file
78
samples/java/inc/SampleHLRJni_Aspect_WidthMap.h
Executable file
@@ -0,0 +1,78 @@
|
||||
/* 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
|
Reference in New Issue
Block a user