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

111 lines
3.1 KiB
C
Executable File

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class SampleHLRJni_Aspect_0005fLineStyle */
#ifndef _Included_SampleHLRJni_Aspect_0005fLineStyle
#define _Included_SampleHLRJni_Aspect_0005fLineStyle
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: myCasLock */
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Aspect_LineStyle_Create_1
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1Create_11
(JNIEnv *, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Aspect_LineStyle_Create_2
* Signature: (S)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1Create_12
(JNIEnv *, jobject, jshort);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Aspect_LineStyle_Create_3
* Signature: (LSampleHLRJni/TColQuantity_Array1OfLength;)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1Create_13
(JNIEnv *, jobject, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Aspect_LineStyle_SetValues_1
* Signature: (S)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1SetValues_11
(JNIEnv *, jobject, jshort);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Aspect_LineStyle_SetValues_2
* Signature: (LSampleHLRJni/TColQuantity_Array1OfLength;)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1SetValues_12
(JNIEnv *, jobject, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Assign
* Signature: (LSampleHLRJni/Aspect_LineStyle;)LSampleHLRJni/Aspect_LineStyle;
*/
JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Assign
(JNIEnv *, jobject, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: FinalizeValue
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_FinalizeValue
(JNIEnv *, jclass, jlong);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: IsEqual
* Signature: (LSampleHLRJni/Aspect_LineStyle;)Z
*/
JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1LineStyle_IsEqual
(JNIEnv *, jobject, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: IsNotEqual
* Signature: (LSampleHLRJni/Aspect_LineStyle;)Z
*/
JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1LineStyle_IsNotEqual
(JNIEnv *, jobject, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Length
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Length
(JNIEnv *, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Style
* Signature: ()S
*/
JNIEXPORT jshort JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Style
(JNIEnv *, jobject);
/*
* Class: SampleHLRJni_Aspect_0005fLineStyle
* Method: Values
* Signature: ()LSampleHLRJni/TColQuantity_Array1OfLength;
*/
JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Values
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif