AnimatLab  2
Test
RbUniversal.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace RoboticsAnimatSim
10 {
11  namespace Environment
12  {
13  namespace Joints
14  {
15 
17  {
18  protected:
19 
20  public:
21  RbUniversal();
22  virtual ~RbUniversal();
23 
24 #pragma region DataAccesMethods
25 
26  virtual bool SetData(const std::string &strDataType, const std::string &strValue, bool bThrowError = true);
27  virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
28 
29 #pragma endregion
30 
31  virtual void CreateJoint();
32  };
33 
34  } //Joints
35  } // Environment
36 } //RoboticsAnimatSim
A common class for all joint data specific to vortex.
Definition: RbJoint.h:27
A BallSocket type of joint.
Definition: BallSocket.h:27
Classes for implementing the cm-labs vortex physics engine for AnimatLab.