AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
RbMouth.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
15
#include "
RbMouth.h
"
16
17
namespace
RoboticsAnimatSim
18
{
19
namespace
Environment
20
{
21
namespace
Bodies
22
{
23
30
RbMouth::RbMouth
()
31
{
32
SetThisPointers();
33
}
34
41
RbMouth::~RbMouth
()
42
{
43
try
44
{
45
}
46
catch
(...)
47
{
Std_TraceMsg
(0,
"Caught Error in desctructor of RbMouth/\r\n"
,
""
, -1,
false
,
true
);}
48
}
49
void
RbMouth::CreateParts
()
50
{
51
RbRigidBody::CreateItem();
52
}
53
54
}
//Bodies
55
}
// Environment
56
}
//VortexAnimatSim
57
RoboticsAnimatSim::Environment::Bodies::RbMouth::RbMouth
RbMouth()
Default constructor.
Definition:
RbMouth.cpp:30
RoboticsAnimatSim::Environment::Bodies::RbMouth::CreateParts
virtual void CreateParts()
Allows the rigid body to create its parts using the chosen physics engine.
Definition:
RbMouth.cpp:49
RbMouth.h
Declares the vortex mouth class.
RbStructure.h
Declares the vortex structure class.
StdUtils::Std_TraceMsg
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.
Definition:
StdUtilFunctions.cpp:3137
RoboticsAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
Definition:
RbAnimatSerial.cpp:29
RoboticsAnimatSim::Environment::Bodies::RbMouth::~RbMouth
virtual ~RbMouth()
Destructor.
Definition:
RbMouth.cpp:41
Libraries
RoboticsAnimatSim
RbMouth.cpp
Generated on Tue Sep 29 2015 07:07:19 for AnimatLab by
1.8.10