28 #ifndef _MOVEMENT_FROM_IMAGE_HPP_ 29 #define _MOVEMENT_FROM_IMAGE_HPP_ 34 #include <boost/smart_ptr.hpp>
ssize_t nb_cols_
The number of columns in the image.
virtual ~MovementFromImage()
void generate_movement_()
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.