File: pHash_MVPTree.h

package info (click to toggle)
libphash 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,984 kB
  • ctags: 389
  • sloc: sh: 10,093; cpp: 5,063; java: 140; makefile: 98; ansic: 44
file content (37 lines) | stat: -rw-r--r-- 729 bytes parent folder | download
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
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class MVPTree */

#ifndef _Included_MVPTree
#define _Included_MVPTree
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     MVPTree
 * Method:    create
 * Signature: ([LHash;)Z
 */
JNIEXPORT jboolean JNICALL Java_MVPTree_create
  (JNIEnv *, jobject, jobjectArray);

/*
 * Class:     MVPTree
 * Method:    query
 * Signature: (LHash;FI)[LHash;
 */
JNIEXPORT jobjectArray JNICALL Java_MVPTree_query
  (JNIEnv *, jobject, jobject, jfloat, jfloat, jint);

/*
 * Class:     MVPTree
 * Method:    add
 * Signature: ([LHash;)Z
 */
JNIEXPORT jboolean JNICALL Java_MVPTree_add
  (JNIEnv *, jobject, jobjectArray);

#ifdef __cplusplus
}
#endif
#endif