AnimatLab  2
Test
RbAttachment.cpp
1 // RbAttachment.cpp: implementation of the RbAttachment class.
2 //
4 
5 #include "StdAfx.h"
6 #include <stdarg.h>
7 #include "RbMovableItem.h"
8 #include "RbBody.h"
9 #include "RbJoint.h"
10 #include "RbRigidBody.h"
11 #include "RbStructure.h"
12 
13 #include "RbAttachment.h"
14 
15 
16 namespace RoboticsAnimatSim
17 {
18  namespace Environment
19  {
20  namespace Bodies
21  {
22 
24 // Construction/Destruction
26 
27 RbAttachment::RbAttachment()
28 {
29  SetThisPointers();
30 }
31 
32 RbAttachment::~RbAttachment()
33 {
34 
35  try
36  {
37  }
38  catch(...)
39  {Std_TraceMsg(0, "Caught Error in desctructor of RbAttachment\r\n", "", -1, false, true);}
40 }
41 
42  } //Bodies
43  } // Environment
44 } //VortexAnimatSim
45 
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.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.