Adjusting testing cases for current state of OCCT
[occt.git] / samples / java / inc / CASCADESamplesJni_V3d_OrthographicView.h
CommitLineData
7fd59977 1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class CASCADESamplesJni_V3d_0005fOrthographicView */
4
5#ifndef _Included_CASCADESamplesJni_V3d_0005fOrthographicView
6#define _Included_CASCADESamplesJni_V3d_0005fOrthographicView
7#ifdef __cplusplus
8extern "C" {
9#endif
10/* Inaccessible static: myCasLock */
11/*
12 * Class: CASCADESamplesJni_V3d_0005fOrthographicView
13 * Method: Copy
14 * Signature: ()LCASCADESamplesJni/V3d_OrthographicView;
15 */
16JNIEXPORT jobject JNICALL Java_CASCADESamplesJni_V3d_1OrthographicView_Copy
17 (JNIEnv *, jobject);
18
19/*
20 * Class: CASCADESamplesJni_V3d_0005fOrthographicView
21 * Method: V3d_OrthographicView_Create_1
22 * Signature: (LCASCADESamplesJni/V3d_Viewer;)V
23 */
24JNIEXPORT void JNICALL Java_CASCADESamplesJni_V3d_1OrthographicView_V3d_1OrthographicView_1Create_11
25 (JNIEnv *, jobject, jobject);
26
27/*
28 * Class: CASCADESamplesJni_V3d_0005fOrthographicView
29 * Method: V3d_OrthographicView_Create_2
30 * Signature: (LCASCADESamplesJni/V3d_Viewer;LCASCADESamplesJni/V3d_PerspectiveView;)V
31 */
32JNIEXPORT void JNICALL Java_CASCADESamplesJni_V3d_1OrthographicView_V3d_1OrthographicView_1Create_12
33 (JNIEnv *, jobject, jobject, jobject);
34
35/*
36 * Class: CASCADESamplesJni_V3d_0005fOrthographicView
37 * Method: V3d_OrthographicView_Create_3
38 * Signature: (LCASCADESamplesJni/V3d_Viewer;LCASCADESamplesJni/V3d_OrthographicView;)V
39 */
40JNIEXPORT void JNICALL Java_CASCADESamplesJni_V3d_1OrthographicView_V3d_1OrthographicView_1Create_13
41 (JNIEnv *, jobject, jobject, jobject);
42
43#ifdef __cplusplus
44}
45#endif
46#endif