|
AnimatLab
2
Test
|
Inheritance diagram for RoboticsAnimatSim::RbClassFactory:
Collaboration diagram for RoboticsAnimatSim::RbClassFactory:Public Member Functions | |
| virtual Adapter * | CreateAdapter (std::string strType, bool bThrowError=true) |
| virtual ConstraintFriction * | CreateConstraintFriction (std::string strType, bool bThrowError=true) |
| virtual ConstraintRelaxation * | CreateConstraintRelaxation (std::string strType, bool bThrowError=true) |
| virtual DataChart * | CreateDataChart (std::string strType, bool bThrowError=true) |
| virtual DataColumn * | CreateDataColumn (std::string strType, bool bThrowError=true) |
| virtual ExternalStimulus * | CreateExternalStimulus (std::string strType, bool bThrowError=true) |
| virtual Gain * | CreateGain (std::string strType, bool bThrowError=true) |
| virtual Hud * | CreateHud (std::string strType, bool bThrowError=true) |
| virtual HudItem * | CreateHudItem (std::string strType, bool bThrowError=true) |
| virtual Joint * | CreateJoint (std::string strType, bool bThrowError=true) |
| virtual KeyFrame * | CreateKeyFrame (std::string strType="", bool bThrowError=true) |
| virtual Light * | CreateLight (std::string strType, bool bThrowError=true) |
| virtual MaterialType * | CreateMaterialItem (std::string strType, bool bThrowError=true) |
| virtual NeuralModule * | CreateNeuralModule (std::string strType, bool bThrowError=true) |
| virtual CStdSerialize * | CreateObject (std::string strClassType, std::string strObjectType, bool bThrowError=true) |
| virtual RemoteControlLinkage * | CreateRemoteControlLinkage (std::string strType, bool bThrowError=true) |
| virtual RigidBody * | CreateRigidBody (std::string strType, bool bThrowError=true) |
| virtual RobotInterface * | CreateRobotInterface (std::string strType, bool bThrowError=true) |
| virtual RobotIOControl * | CreateRobotIOControl (std::string strType, bool bThrowError=true) |
| virtual RobotPartInterface * | CreateRobotPartInterface (std::string strType, bool bThrowError=true) |
| virtual Simulator * | CreateSimulator (std::string strType="", bool bThrowError=true) |
| virtual Structure * | CreateStructure (std::string strType, bool bThrowError=true) |
| virtual SimulationWindow * | CreateWindowItem (std::string strType, bool bThrowError=true) |
Definition at line 11 of file RbClassFactory.h.