File: J2Ci_jDVPSCurve.h

package info (click to toggle)
dicomscope 3.6.0-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,948 kB
  • sloc: java: 22,911; cpp: 5,959; sh: 266; makefile: 52
file content (93 lines) | stat: -rw-r--r-- 2,103 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class J2Ci_jDVPSCurve */

#ifndef _Included_J2Ci_jDVPSCurve
#define _Included_J2Ci_jDVPSCurve
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    CopyConstructor
 * Signature: (J)V
 */
JNIEXPORT void JNICALL Java_J2Ci_jDVPSCurve_CopyConstructor
  (JNIEnv *, jobject, jlong);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    createObjOfDVPSCurve
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_J2Ci_jDVPSCurve_createObjOfDVPSCurve
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getCurveGroup
 * Signature: ()B
 */
JNIEXPORT jbyte JNICALL Java_J2Ci_jDVPSCurve_getCurveGroup
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getNumberOfPoints
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_J2Ci_jDVPSCurve_getNumberOfPoints
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getTypeOfData
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_J2Ci_jDVPSCurve_getTypeOfData
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getPoint
 * Signature: (ILJ2Ci/jDoubleByRef;LJ2Ci/jDoubleByRef;)I
 */
JNIEXPORT jint JNICALL Java_J2Ci_jDVPSCurve_getPoint
  (JNIEnv *, jobject, jint, jobject, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getCurveDescription
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_J2Ci_jDVPSCurve_getCurveDescription
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getCurveLabel
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_J2Ci_jDVPSCurve_getCurveLabel
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getCurveAxisUnitsX
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_J2Ci_jDVPSCurve_getCurveAxisUnitsX
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDVPSCurve
 * Method:    getCurveAxisUnitsY
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_J2Ci_jDVPSCurve_getCurveAxisUnitsY
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif