mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
118
samples/java/inc/SampleHLRJni_Aspect_MarkMapEntry.h
Executable file
118
samples/java/inc/SampleHLRJni_Aspect_MarkMapEntry.h
Executable file
@@ -0,0 +1,118 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class SampleHLRJni_Aspect_0005fMarkMapEntry */
|
||||
|
||||
#ifndef _Included_SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
#define _Included_SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/* Inaccessible static: myCasLock */
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Aspect_MarkMapEntry_Create_1
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Aspect_1MarkMapEntry_1Create_11
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Aspect_MarkMapEntry_Create_2
|
||||
* Signature: (ILSampleHLRJni/Aspect_MarkerStyle;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Aspect_1MarkMapEntry_1Create_12
|
||||
(JNIEnv *, jobject, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Aspect_MarkMapEntry_Create_3
|
||||
* Signature: (LSampleHLRJni/Aspect_MarkMapEntry;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Aspect_1MarkMapEntry_1Create_13
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Aspect_MarkMapEntry_SetValue_1
|
||||
* Signature: (ILSampleHLRJni/Aspect_MarkerStyle;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Aspect_1MarkMapEntry_1SetValue_11
|
||||
(JNIEnv *, jobject, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Aspect_MarkMapEntry_SetValue_2
|
||||
* Signature: (LSampleHLRJni/Aspect_MarkMapEntry;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Aspect_1MarkMapEntry_1SetValue_12
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Dump
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Dump
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: FinalizeValue
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_FinalizeValue
|
||||
(JNIEnv *, jclass, jlong);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Free
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Free
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Index
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Index
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: IsAllocated
|
||||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_IsAllocated
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: SetIndex
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_SetIndex
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: SetStyle
|
||||
* Signature: (LSampleHLRJni/Aspect_MarkerStyle;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_SetStyle
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleHLRJni_Aspect_0005fMarkMapEntry
|
||||
* Method: Style
|
||||
* Signature: ()LSampleHLRJni/Aspect_MarkerStyle;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1MarkMapEntry_Style
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user