mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
293
samples/java/inc/SampleViewer3DJni_SampleViewer3DPackage.h
Executable file
293
samples/java/inc/SampleViewer3DJni_SampleViewer3DPackage.h
Executable file
@@ -0,0 +1,293 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class SampleViewer3DJni_SampleViewer3DPackage */
|
||||
|
||||
#ifndef _Included_SampleViewer3DJni_SampleViewer3DPackage
|
||||
#define _Included_SampleViewer3DJni_SampleViewer3DPackage
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeAntialiasing
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;LSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeAntialiasing
|
||||
(JNIEnv *, jclass, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeModelClippingOnOff
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;ZLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeModelClippingOnOff
|
||||
(JNIEnv *, jclass, jobject, jobject, jboolean, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeModelClippingZ
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;DZLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeModelClippingZ
|
||||
(JNIEnv *, jclass, jobject, jobject, jdouble, jboolean, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeShadingModel
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;S)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeShadingModel
|
||||
(JNIEnv *, jclass, jobject, jshort);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeZClippingDepth
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;DLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeZClippingDepth
|
||||
(JNIEnv *, jclass, jobject, jdouble, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeZClippingType
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;SLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeZClippingType
|
||||
(JNIEnv *, jclass, jobject, jshort, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeZClippingWidth
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;DLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeZClippingWidth
|
||||
(JNIEnv *, jclass, jobject, jdouble, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeZCueingDepth
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;DLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeZCueingDepth
|
||||
(JNIEnv *, jclass, jobject, jdouble, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeZCueingOnOff
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;ZLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeZCueingOnOff
|
||||
(JNIEnv *, jclass, jobject, jboolean, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ChangeZCueingWidth
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;DLSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ChangeZCueingWidth
|
||||
(JNIEnv *, jclass, jobject, jdouble, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ClearClippingPlane
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;Z)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ClearClippingPlane
|
||||
(JNIEnv *, jclass, jobject, jobject, jboolean);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ClearLights
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;LSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ClearLights
|
||||
(JNIEnv *, jclass, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: CreateAmbientLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;LSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_CreateAmbientLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: CreateClippingPlane
|
||||
* Signature: (LSampleViewer3DJni/V3d_Viewer;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_CreateClippingPlane
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: CreateDirectionalLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_CreateDirectionalLight
|
||||
(JNIEnv *, jclass, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: CreateGraphicDriver
|
||||
* Signature: ()LSampleViewer3DJni/Graphic3d_GraphicDriver;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_CreateGraphicDriver
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: CreatePositionalLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;LSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_CreatePositionalLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: CreateSpotLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_CreateSpotLight
|
||||
(JNIEnv *, jclass, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: CreateViewer
|
||||
* Signature: (Ljava/lang/String;)LSampleViewer3DJni/V3d_Viewer;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_CreateViewer
|
||||
(JNIEnv *, jclass, jstring);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DirectDirectionalLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DirectDirectionalLight
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DirectPositionalLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;IILSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DirectPositionalLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DirectSpotLight
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;IILSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DirectSpotLight
|
||||
(JNIEnv *, jclass, jobject, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DirectingDirectionalLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DirectingDirectionalLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DirectingPositionalLight
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DirectingPositionalLight
|
||||
(JNIEnv *, jclass, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DirectingSpotLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DirectingSpotLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DisplayBox
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DisplayBox
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DisplayClippingPlane
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;Ljcas/Standard_Real;Ljcas/Standard_Boolean;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DisplayClippingPlane
|
||||
(JNIEnv *, jclass, jobject, jobject, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DisplayCylinder
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DisplayCylinder
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: DisplaySphere
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_DisplaySphere
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: EraseAll
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_EraseAll
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ExpandSpotLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ExpandSpotLight
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: ExpandingSpotLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_ExpandingSpotLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: SetDirectionalLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;IILSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_SetDirectionalLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: SetSpotLight
|
||||
* Signature: (LSampleViewer3DJni/AIS_InteractiveContext;LSampleViewer3DJni/V3d_View;IILSampleViewer3DJni/TCollection_AsciiString;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_SetSpotLight
|
||||
(JNIEnv *, jclass, jobject, jobject, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: SampleViewer3DJni_SampleViewer3DPackage
|
||||
* Method: SetWindow
|
||||
* Signature: (LSampleViewer3DJni/V3d_View;II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_SampleViewer3DJni_SampleViewer3DPackage_SetWindow
|
||||
(JNIEnv *, jclass, jobject, jint, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user