Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1222 / libraries / libjni-mrsid / include / es_gva_cit_jmrsid_LTIPixel.h @ 41290

History | View | Annotate | Download (690 Bytes)

1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class es_gva_cit_jmrsid_LTIPixel */
4

    
5
#ifndef _Included_es_gva_cit_jmrsid_LTIPixel
6
#define _Included_es_gva_cit_jmrsid_LTIPixel
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
/*
11
 * Class:     es_gva_cit_jmrsid_LTIPixel
12
 * Method:    LTIPixelNat
13
 * Signature: (III)J
14
 */
15
JNIEXPORT jlong JNICALL Java_es_gva_cit_jmrsid_LTIPixel_LTIPixelNat
16
  (JNIEnv *, jobject, jint, jint, jint);
17

    
18
/*
19
 * Class:     es_gva_cit_jmrsid_LTIPixel
20
 * Method:    FreeLTIPixelNat
21
 * Signature: (J)V
22
 */
23
JNIEXPORT void JNICALL Java_es_gva_cit_jmrsid_LTIPixel_FreeLTIPixelNat
24
  (JNIEnv *, jobject, jlong);
25

    
26
#ifdef __cplusplus
27
}
28
#endif
29
#endif