Inherits BASE::RCPlaceable.
Inherited by PHYSICSODE::RCOdeJointComponent.
Inheritance diagram for PHYSICS::RCJointComponent:


Public Member Functions | |
| RCJointComponent (const RCString &sKey, const RSJointCtorArg &CtorArg) | |
| virtual void | SetPose (const RCPose &Pose) |
| virtual RCPose | GetPose () const |
| virtual void | Realize () |
| TPhysicsJointType | GetJointType () const |
| virtual void | SetPosePtr (TRCSharedPtr< RCPoseComponent > PosePtr) |
Protected Member Functions | |
| MParamMembersStart (RCJointComponent) MParamMember("Pose" | |
| RCComponentPointerParamHandler | MParamMembersDerived () MParamMember("ChildBody" |
Protected Attributes | |
| m_Pose | |
| RCComponentPointerParamHandler | m_ChildBody |
|
RCComponentPointerParamHandler RCComponentPointerParamHandler MParamMembersEnd() protected typedef TRCComponentPointer< RCBodyComponent > | TBodyPtr |
| RCBodyComponent & | m_Parent |
| RCPhysicsEngine & | m_PhysicsEngine |
| RCVisualEngine & | m_VisualEngine |
| RCGlobalComponentList * | m_pGlobalList |
| RCAnyPtr | m_SimulationPtr |
| TPosePtr | m_Pose |
| TBodyPtr | m_ChildBody |
| TPhysicsJointType | m_nJointType |
1.4.6-NO