AnimatLab  2
Test
BlDistanceJoint.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace BulletAnimatSim
10 {
11  namespace Environment
12  {
13  namespace Joints
14  {
15 
17  {
18  protected:
20  btGeneric6DofConstraint *m_btDistance;
21 
22  public:
24  virtual ~BlDistanceJoint();
25 
26  virtual void SetupGraphics();
27  virtual void SetupPhysics();
28 
29 #pragma region DataAccesMethods
30 
31  virtual bool SetData(const std::string &strDataType, const std::string &strValue, bool bThrowError = true);
32  virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
33 
34 #pragma endregion
35 
36  virtual void CreateJoint();
37  };
38 
39  } //Joints
40  } // Environment
41 } //BulletAnimatSim
The base class for all of the joint type of objects.
Definition: Joint.h:40
A common class for all joint data specific to vortex.
Definition: BlJoint.h:29
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
btGeneric6DofConstraint * m_btDistance
The bullet socket class.