⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 org_ogre4j_bone.h

📁 使用stl技术,(还没看,是听说的)
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Bone */

#ifndef _Included_org_ogre4j_Bone
#define _Included_org_ogre4j_Bone
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_ogre4j_Bone
 * Method:    getHandle
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Bone_getHandle
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setManuallyControlled
 * Signature: (Z)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setManuallyControlled
  (JNIEnv *, jobject, jboolean);

/*
 * Class:     org_ogre4j_Bone
 * Method:    isManuallyControlled
 * Signature: ()Z
 */
JNIEXPORT jboolean JNICALL Java_org_ogre4j_Bone_isManuallyControlled
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getName
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_ogre4j_Bone_getName
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getParent
 * Signature: ()Lorg/ogre4j/Node;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getParent
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getOrientation
 * Signature: ()Lorg/ogre4j/math/Quaternion;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getOrientation
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setOrientation
 * Signature: (Lorg/ogre4j/math/Quaternion;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setOrientation__Lorg_ogre4j_math_Quaternion_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setOrientation
 * Signature: (FFFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setOrientation__FFFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    resetOrientation
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_resetOrientation
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setPosition
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setPosition__Lorg_ogre4j_math_Vector3_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setPosition
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setPosition__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getPosition
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getPosition
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setScale
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setScale__Lorg_ogre4j_math_Vector3_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setScale
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setScale__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getScale
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getScale
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    setInheritScale
 * Signature: (Z)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_setInheritScale
  (JNIEnv *, jobject, jboolean);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getInheritScale
 * Signature: ()Z
 */
JNIEXPORT jboolean JNICALL Java_org_ogre4j_Bone_getInheritScale
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    scale
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_scale__Lorg_ogre4j_math_Vector3_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    scale
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_scale__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    translate
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_translate__Lorg_ogre4j_math_Vector3_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    moveRelative
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_moveRelative
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    translate
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_translate__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    roll
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_roll
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    yaw
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_yaw
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    pitch
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_pitch
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    rotate
 * Signature: (Lorg/ogre4j/math/Vector3;F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_rotate__Lorg_ogre4j_math_Vector3_2F
  (JNIEnv *, jobject, jobject, jfloat);

/*
 * Class:     org_ogre4j_Bone
 * Method:    rotate
 * Signature: (Lorg/ogre4j/math/Quaternion;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_rotate__Lorg_ogre4j_math_Quaternion_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    addChild
 * Signature: (Lorg/ogre4j/Node;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_addChild
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    numChildren
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Bone_numChildren
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getChild
 * Signature: (I)Lorg/ogre4j/Node;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getChild__I
  (JNIEnv *, jobject, jint);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getChild
 * Signature: (Ljava/lang/String;)Lorg/ogre4j/Node;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getChild__Ljava_lang_String_2
  (JNIEnv *, jobject, jstring);

/*
 * Class:     org_ogre4j_Bone
 * Method:    removeChild
 * Signature: (I)Lorg/ogre4j/Node;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_removeChild__I
  (JNIEnv *, jobject, jint);

/*
 * Class:     org_ogre4j_Bone
 * Method:    removeChild
 * Signature: (Ljava/lang/String;)Lorg/ogre4j/Node;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_removeChild__Ljava_lang_String_2
  (JNIEnv *, jobject, jstring);

/*
 * Class:     org_ogre4j_Bone
 * Method:    removeAllChildren
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Bone_removeAllChildren
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getDerivedOrientation
 * Signature: ()Lorg/ogre4j/math/Quaternion;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getDerivedOrientation
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getDerivedPosition
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getDerivedPosition
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getDerivedScale
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getDerivedScale
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Bone
 * Method:    getLocalAxis
 * Signature: (I)Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Bone_getLocalAxis
  (JNIEnv *, jobject, jint);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -