movement_from_image.hpp
Go to the documentation of this file.
1 
28 #ifndef _MOVEMENT_FROM_IMAGE_HPP_
29 #define _MOVEMENT_FROM_IMAGE_HPP_
30 
31 #include <string>
32 #include <Magick++.h>
34 #include <boost/smart_ptr.hpp>
35 
36 namespace shadowrobot
37 {
39 {
40 public:
41  explicit MovementFromImage(std::string image_path);
42  virtual ~MovementFromImage();
43 
44 protected:
52  void generate_movement_();
53 
56 
58  ssize_t nb_cols_;
60  ssize_t nb_rows_;
61 };
62 } // namespace shadowrobot
63 
64 /* For the emacs weenies in the crowd.
65 Local Variables:
66  c-basic-offset: 2
67 End:
68 */
69 
70 #endif
ssize_t nb_cols_
The number of columns in the image.
ssize_t nb_rows_
The number of rows in the image.
boost::shared_ptr< Magick::Image > image_
The image from which the movement is generated.
MovementFromImage(std::string image_path)
This is the main class from which all the different types of movement will inherit.


sr_movements
Author(s): Ugo Cupcic
autogenerated on Tue Oct 13 2020 03:50:46