8 #include "RbMovableItem.h"
11 #include "RbMotorizedJoint.h"
12 #include "RbRigidBody.h"
14 #include "RbSimulator.h"
48 {
Std_TraceMsg(0,
"Caught Error in desctructor of RbUniversal/\r\n",
"", -1,
false,
true);}
55 #pragma region DataAccesMethods
58 bool RbUniversal::SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError)
63 if(BallSocket::SetData(strDataType, strValue,
false))
68 THROW_PARAM_ERROR(Al_Err_lInvalidDataType, Al_Err_strInvalidDataType,
"Data Type", strDataType);
73 void RbUniversal::QueryProperties(CStdPtrArray<TypeProperty> &aryProperties)
76 BallSocket::QueryProperties(aryProperties);
Declares the vs universal class.
virtual void CreateJoint()
Creates the joint.
void Std_TraceMsg(const int iLevel, std::string strMessage, std::string strSourceFile, int iSourceLine, bool bLogToFile, bool bPrintHeader)
Traces a message to the debugger window.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
RbUniversal()
Default constructor.
virtual ~RbUniversal()
Destructor.