![]() |
Blender V2.61 - r43446
|
Public Member Functions | |
| IK_Target () | |
| ~IK_Target () | |
Public Attributes | |
| struct Scene * | blscene |
| iTaSC::MovingFrame * | target |
| iTaSC::ConstraintSet * | constraint |
| struct bConstraint * | blenderConstraint |
| struct bPoseChannel * | rootChannel |
| Object * | owner |
| ErrorCallback | errorCallback |
| std::string | targetName |
| std::string | constraintName |
| unsigned short | controlType |
| short | channel |
| short | ee |
| bool | simulation |
| bool | eeBlend |
| float | eeRest [4][4] |
Definition at line 97 of file itasc_plugin.cpp.
| IK_Target::IK_Target | ( | ) | [inline] |
Definition at line 115 of file itasc_plugin.cpp.
References blenderConstraint, blscene, channel, constraint, constraintName, controlType, ee, eeBlend, NULL, owner, rootChannel, simulation, target, and targetName.
| IK_Target::~IK_Target | ( | ) | [inline] |
Definition at line 130 of file itasc_plugin.cpp.
References constraint, and target.
Definition at line 102 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), copypose_error(), distance_callback(), distance_error(), execute_scene(), IK_Target(), and target_callback().
| struct Scene* IK_Target::blscene |
Definition at line 99 of file itasc_plugin.cpp.
Referenced by convert_tree(), IK_Target(), and target_callback().
| short IK_Target::channel |
Definition at line 109 of file itasc_plugin.cpp.
Referenced by convert_tree(), and IK_Target().
Definition at line 101 of file itasc_plugin.cpp.
Referenced by convert_tree(), execute_scene(), IK_Target(), and ~IK_Target().
| std::string IK_Target::constraintName |
Definition at line 107 of file itasc_plugin.cpp.
Referenced by convert_tree(), and IK_Target().
| unsigned short IK_Target::controlType |
Definition at line 108 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), copypose_error(), and IK_Target().
| short IK_Target::ee |
Definition at line 110 of file itasc_plugin.cpp.
Referenced by base_callback(), convert_tree(), and IK_Target().
| bool IK_Target::eeBlend |
Definition at line 112 of file itasc_plugin.cpp.
Referenced by convert_tree(), IK_Target(), and target_callback().
| float IK_Target::eeRest[4][4] |
Definition at line 113 of file itasc_plugin.cpp.
Referenced by convert_tree(), and target_callback().
Definition at line 105 of file itasc_plugin.cpp.
Referenced by convert_tree(), and execute_scene().
Definition at line 104 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), distance_callback(), IK_Target(), and target_callback().
| struct bPoseChannel* IK_Target::rootChannel |
Definition at line 103 of file itasc_plugin.cpp.
Referenced by convert_tree(), IK_Target(), and target_callback().
Definition at line 111 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), distance_callback(), and IK_Target().
Definition at line 100 of file itasc_plugin.cpp.
Referenced by base_callback(), convert_tree(), IK_Target(), and ~IK_Target().
| std::string IK_Target::targetName |
Definition at line 106 of file itasc_plugin.cpp.
Referenced by convert_tree(), and IK_Target().