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:
126
samples/java/inc/CASCADESamplesJni_Aspect_MarkerStyle.h
Executable file
126
samples/java/inc/CASCADESamplesJni_Aspect_MarkerStyle.h
Executable file
@@ -0,0 +1,126 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class CASCADESamplesJni_Aspect_0005fMarkerStyle */
|
||||
|
||||
#ifndef _Included_CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
#define _Included_CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/* Inaccessible static: myCasLock */
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Aspect_MarkerStyle_Create_1
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_11
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Aspect_MarkerStyle_Create_2
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_12
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Aspect_MarkerStyle_Create_3
|
||||
* Signature: (LCASCADESamplesJni/TColStd_Array1OfReal;LCASCADESamplesJni/TColStd_Array1OfReal;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_13
|
||||
(JNIEnv *, jobject, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Aspect_MarkerStyle_Create_4
|
||||
* Signature: (LCASCADESamplesJni/TColStd_Array1OfReal;LCASCADESamplesJni/TColStd_Array1OfReal;LCASCADESamplesJni/TColStd_Array1OfBoolean;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Aspect_1MarkerStyle_1Create_14
|
||||
(JNIEnv *, jobject, jobject, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Assign
|
||||
* Signature: (LCASCADESamplesJni/Aspect_MarkerStyle;)LCASCADESamplesJni/Aspect_MarkerStyle;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Assign
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: FinalizeValue
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_FinalizeValue
|
||||
(JNIEnv *, jclass, jlong);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: IsEqual
|
||||
* Signature: (LCASCADESamplesJni/Aspect_MarkerStyle;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_IsEqual
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: IsNotEqual
|
||||
* Signature: (LCASCADESamplesJni/Aspect_MarkerStyle;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_IsNotEqual
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Length
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Length
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: SValues
|
||||
* Signature: ()LCASCADESamplesJni/TColStd_Array1OfBoolean;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_SValues
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Type
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Type
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: Values
|
||||
* Signature: (ILjcas/Standard_Real;Ljcas/Standard_Real;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_Values
|
||||
(JNIEnv *, jobject, jint, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: XValues
|
||||
* Signature: ()LCASCADESamplesJni/TShort_Array1OfShortReal;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_XValues
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: CASCADESamplesJni_Aspect_0005fMarkerStyle
|
||||
* Method: YValues
|
||||
* Signature: ()LCASCADESamplesJni/TShort_Array1OfShortReal;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_Aspect_1MarkerStyle_YValues
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user