AnimatLab  2
Test
RbStructure.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace RoboticsAnimatSim
10 {
11 
17  namespace Environment
18  {
25  class ROBOTICS_PORT RbStructure : public AnimatSim::Environment::Structure, public RbMovableItem
26  {
27  protected:
28  Structure *m_lpThisST;
29  RbMovableItem *m_lpRbBody;
30 
31  virtual void SetThisPointers();
32 
33  public:
34  RbStructure();
35  virtual ~RbStructure();
36 
37  virtual void Body(RigidBody *lpBody);
38 
39  virtual void Create();
40  virtual void ResetSimulation();
41  };
42 
43  } // Environment
44 } //RoboticsAnimatSim
Vortex physical structure implementation.
Definition: RbStructure.h:25
A "static" structure in the simulation.
Definition: Structure.h:84
Classes for implementing the cm-labs vortex physics engine for AnimatLab.