AnimatLab  2
Test
RbOrganism.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 
10 namespace RoboticsAnimatSim
11 {
12  namespace Environment
13  {
20  class ROBOTICS_PORT RbOrganism : public AnimatSim::Environment::Organism, public RbMovableItem
21  {
22  protected:
23  Structure *m_lpThisST;
24  Organism *m_lpThisOG;
25  RbMovableItem *m_lpRbBody;
26 
27  virtual void SetThisPointers();
28 
29  public:
30  RbOrganism();
31  virtual ~RbOrganism();
32 
33  virtual void Body(RigidBody *lpBody);
34 
35  virtual void Create();
36  virtual void ResetSimulation();
37  };
38 
39  } // Environment
40 } //RoboticsAnimatSim
Vortex Organism implementation.
Definition: RbOrganism.h:20
A dynamic organism that is controlled by a neural network.
Definition: Organism.h:31
Classes for implementing the cm-labs vortex physics engine for AnimatLab.