AnimatLab  2
Test
RbOdorSensor.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 
17 {
18 protected:
19 
20 public:
21  RbOdorSensor();
22  virtual ~RbOdorSensor();
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
Classes for implementing the cm-labs vortex physics engine for AnimatLab.