Home | History | Annotate | Download | only in dynamics

Lines Matching refs:CustomActionInterface

1907 #include <gdx/dynamics/CustomActionInterface.h>
2056 SwigDirector_CustomActionInterface::SwigDirector_CustomActionInterface(JNIEnv *jenv) : CustomActionInterface(), Swig::Director(jenv) {
2065 CustomActionInterface::updateAction(collisionWorld,timeStep);
2069 CustomActionInterface::debugDraw(debugDrawer);
2079 SWIG_JavaThrowException(JNIEnvWrapper(this).getJNIEnv(), SWIG_JavaDirectorPureVirtual, "Attempted to invoke pure virtual method CustomActionInterface::updateAction.");
2093 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null upcall object in CustomActionInterface::updateAction ");
2104 SWIG_JavaThrowException(JNIEnvWrapper(this).getJNIEnv(), SWIG_JavaDirectorPureVirtual, "Attempted to invoke pure virtual method CustomActionInterface::debugDraw.");
2117 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null upcall object in CustomActionInterface::debugDraw ");
2140 baseclass = jenv->FindClass("com/badlogic/gdx/physics/bullet/dynamics/CustomActionInterface");
8880 CustomActionInterface *arg1 = (CustomActionInterface *) 0 ;
8886 arg1 = *(CustomActionInterface **)&jarg1;
8893 CustomActionInterface *arg1 = (CustomActionInterface *) 0 ;
8898 arg1 = *(CustomActionInterface **)&jarg1;
8905 CustomActionInterface *result = 0 ;
8909 result = (CustomActionInterface *)new SwigDirector_CustomActionInterface(jenv);
8910 *(CustomActionInterface **)&jresult = result;
8916 CustomActionInterface *arg1 = (CustomActionInterface *) 0 ;
8920 arg1 = *(CustomActionInterface **)&jarg1;
8926 CustomActionInterface *obj = *((CustomActionInterface **)&objarg);
8936 CustomActionInterface *obj = *((CustomActionInterface **)&objarg);
31451 *(btActionInterface **)&baseptr = *(CustomActionInterface **)&jarg1;
31618 "SwigDirector_CustomActionInterface_updateAction", "(Lcom/badlogic/gdx/physics/bullet/dynamics/CustomActionInterface;F)V"
31621 "SwigDirector_CustomActionInterface_debugDraw", "(Lcom/badlogic/gdx/physics/bullet/dynamics/CustomActionInterface;)V"