|
AnimatLab
2
Test
|
Inheritance diagram for VortexAnimatSim::VsClassFactory:
Collaboration diagram for VortexAnimatSim::VsClassFactory: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 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 15 of file VsClassFactory.h.