Collaboration diagram for PHYSICS::RCStaticRigidBody:

Public Member Functions | |
| RCStaticRigidBody (const RCString &sKey, const RSBodyCtorArg &CtorArg) | |
| RCStaticRigidBody (const RCString &sKey, const RSBodyCtorArg &CtorArg, const TPosePropertyPtr &PosePtr, const TGeomPropertyPtr &GeomPtr, const TMaterialPropertyPtr &MaterialPtr, const TModelPropertyPtr &ModelPtr) | |
| virtual void | SetPosePtr (TRCSharedPtr< RCPoseComponent > PosePtr) |
| virtual void | SetMotionPtr (TRCSharedPtr< RCMotionComponent > MotionPtr) |
| virtual TRCSharedPtr< RCModelComponent > | GetModel () const |
| virtual TRCSharedPtr< RCMaterialComponent > | GetMaterial () const |
| virtual void | Realize () |
Protected Member Functions | |
| MParamMembersStart (RCStaticRigidBody) MParamMember("Pose" | |
| RCComponentPointerParamHandler | MParamMember ("Geom", m_Geom, RCComponentPointerParamHandler) MParamMember("Material" |
Protected Attributes | |
| m_Pose | |
| RCComponentPointerParamHandler | m_Material |
|
RCComponentPointerParamHandler RCComponentPointerParamHandler MParamMember("Model", m_Model, RCComponentPointerParamHandler) MParamMembersEnd() protected TGeomProperty | m_Geom |
| TMaterialProperty | m_Material |
| TModelProperty | m_Model |
1.4.6-NO