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
|