Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00820_source.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00820_source.php on line 2
The ARGoS Website

dynamics3d_box_model.h
Go to the documentation of this file.
1 
7 #ifndef DYNAMICS3D_BOX_MODEL_H
8 #define DYNAMICS3D_BOX_MODEL_H
9 
10 namespace argos {
11  class CDynamics3DSingleBodyObjectModel;
12  class CDynamics3DBoxModel;
13  class CBoxEntity;
14 }
15 
16 #include <argos3/plugins/simulator/physics_engines/dynamics3d/dynamics3d_single_body_object_model.h>
17 
18 namespace argos {
19 
21 
22  public:
23 
25  CBoxEntity& c_box);
26 
27  virtual ~CDynamics3DBoxModel();
28 
29  private:
30 
31  CBody* m_pcBody;
32 
33  };
34 }
35 
36 #endif
CDynamics3DBoxModel(CDynamics3DEngine &c_engine, CBoxEntity &c_box)
The namespace containing all the ARGoS related code.
Definition: ci_actuator.h:12