AnimatLab  2
Test
RbFreeJoint.cpp
Go to the documentation of this file.
1 
7 #include "StdAfx.h"
8 #include <stdarg.h>
9 #include "RbMovableItem.h"
10 #include "RbBody.h"
11 #include "RbJoint.h"
12 #include "RbRigidBody.h"
13 #include "RbStructure.h"
14 #include "RbFreeJoint.h"
15 
16 
17 namespace RoboticsAnimatSim
18 {
19  namespace Environment
20  {
21  namespace Joints
22  {
23 
31 {
32  SetThisPointers();
33 }
34 
42 {
43  try
44  {
45  }
46  catch(...)
47  {Std_TraceMsg(0, "Caught Error in desctructor of RbFreeJoint/\r\n", "", -1, false, true);}
48 }
49 
50 void RbFreeJoint::CreateJoint()
51 {
52 }
53 
54 #pragma region DataAccesMethods
55 
56 
57 #pragma endregion
58 
59  } // Joints
60  } // Environment
61 } //VortexAnimatSim
Declares the vortex structure class.
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.
Declares the vs universal class.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.