Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00801_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/a00801_source.php on line 2
The ARGoS Website

dynamics2d_box_model.h
Go to the documentation of this file.
1 
7 #ifndef DYNAMICS2D_BOX_MODEL_H
8 #define DYNAMICS2D_BOX_MODEL_H
9 
10 namespace argos {
11  class CDynamics2DStretchableObjectModel;
12  class CDynamics2DBoxModel;
13 }
14 
15 #include <argos3/plugins/simulator/physics_engines/dynamics2d/dynamics2d_stretchable_object_model.h>
16 #include <argos3/plugins/simulator/entities/box_entity.h>
17 
18 namespace argos {
19 
21 
22  public:
23 
25  CBoxEntity& c_entity);
26  virtual ~CDynamics2DBoxModel() {}
27  };
28 
29 }
30 
31 #endif
A stretchable and grippable object model for the dynamics 2D engine.
CDynamics2DBoxModel(CDynamics2DEngine &c_engine, CBoxEntity &c_entity)
The namespace containing all the ARGoS related code.
Definition: ci_actuator.h:12