AnimatLab  2
Test
RbMouth.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace RoboticsAnimatSim
10 {
11  namespace Environment
12  {
13  namespace Bodies
14  {
15 
16 class ROBOTICS_PORT RbMouth : public AnimatSim::Environment::Bodies::Mouth, public RbRigidBody
17 {
18 protected:
19 
20 public:
21  RbMouth();
22  virtual ~RbMouth();
23 
24  virtual void CreateParts();
25 };
26 
27  } //Bodies
28  } // Environment
29 } //VortexAnimatSim
A common class for all rigid body data specific to vortex.
Definition: RbRigidBody.h:52
The Mouth part type.
Definition: Mouth.h:25
Classes for implementing the cm-labs vortex physics engine for AnimatLab.