diff options
| author | Sylvain Chiron <chironsylvain@orange.fr> | 2017-07-01 11:36:41 +0000 |
|---|---|---|
| committer | Sylvain Chiron <chironsylvain@orange.fr> | 2017-07-01 11:36:41 +0000 |
| commit | fd733201b82f39655488a286c89142f321ef9dc9 (patch) | |
| tree | a12c70f213414f69467f666619b1552103f6370e /src/libvpsc/placement_SolveVPSC.h | |
| parent | Hackfest icon work: restore selected menu icons and make theming easier (diff) | |
| download | inkscape-fd733201b82f39655488a286c89142f321ef9dc9.tar.gz inkscape-fd733201b82f39655488a286c89142f321ef9dc9.zip | |
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; changed the code to match the new API
Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
Diffstat (limited to 'src/libvpsc/placement_SolveVPSC.h')
| -rw-r--r-- | src/libvpsc/placement_SolveVPSC.h | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/src/libvpsc/placement_SolveVPSC.h b/src/libvpsc/placement_SolveVPSC.h deleted file mode 100644 index 9f1c10cda..000000000 --- a/src/libvpsc/placement_SolveVPSC.h +++ /dev/null @@ -1,53 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include <jni.h> -/* Header for class placement_SolveVPSC */ - -#ifndef _Included_placement_SolveVPSC -#define _Included_placement_SolveVPSC -#ifdef __cplusplus -extern "C" { -#endif -/* - * Class: placement_SolveVPSC - * Method: solve - * Signature: ([Ljava/lang/String;[D[D[I[I[D[DI)D - */ -JNIEXPORT jdouble JNICALL Java_placement_SolveVPSC_solve - (JNIEnv *, jobject, jobjectArray, jdoubleArray, jdoubleArray, jintArray, jintArray, jdoubleArray, jdoubleArray, jint); - -/* - * Class: placement_SolveVPSC - * Method: generateXConstraints - * Signature: ([D[D[D[D[D)I - */ -JNIEXPORT jint JNICALL Java_placement_SolveVPSC_generateXConstraints - (JNIEnv *, jobject, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray); - -/* - * Class: placement_SolveVPSC - * Method: generateYConstraints - * Signature: ([D[D[D[D[D)I - */ -JNIEXPORT jint JNICALL Java_placement_SolveVPSC_generateYConstraints - (JNIEnv *, jobject, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray); - -/* - * Class: placement_SolveVPSC - * Method: getConstraints - * Signature: ([I[I[D)V - */ -JNIEXPORT void JNICALL Java_placement_SolveVPSC_getConstraints - (JNIEnv *, jobject, jintArray, jintArray, jdoubleArray); - -/* - * Class: placement_SolveVPSC - * Method: removeOverlaps - * Signature: ([D[D[D[D)V - */ -JNIEXPORT void JNICALL Java_placement_SolveVPSC_removeOverlaps - (JNIEnv *, jobject, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray); - -#ifdef __cplusplus -} -#endif -#endif |
