~gabriel1984sibiu/phash/phash

« back to all changes in this revision

Viewing changes to bindings/java/pHash_MVPTree.h

  • Committer: Grevutiu Gabriel
  • Date: 2017-05-12 16:12:56 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170512161256-6vsh0vegngg9w2vt
Original source code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* DO NOT EDIT THIS FILE - it is machine generated */
 
2
 
 
3
#include <jni.h>
 
4
 
 
5
#ifndef __org_phash_MVPTree__
 
6
#define __org_phash_MVPTree__
 
7
 
 
8
#ifdef __cplusplus
 
9
extern "C"
 
10
{
 
11
#endif
 
12
 
 
13
JNIEXPORT jboolean JNICALL Java_org_phash_MVPTree_create (JNIEnv *env, jobject, jobjectArray);
 
14
JNIEXPORT jobjectArray JNICALL Java_org_phash_MVPTree_query (JNIEnv *env, jobject, jobject, jfloat, jfloat, jint);
 
15
JNIEXPORT jboolean JNICALL Java_org_phash_MVPTree_add (JNIEnv *env, jobject, jobjectArray);
 
16
 
 
17
#ifdef __cplusplus
 
18
}
 
19
#endif
 
20
 
 
21
#endif /* __org_phash_MVPTree__ */