#include <image_algos.h>
Public Member Functions | |
ImageAlgoNode (ros::NodeHandle &nh, algo &alg) | |
void | input_cb (const boost::shared_ptr< const typename algo::InputType > &input) |
Public Attributes | |
algo & | a |
ros::NodeHandle & | nh_ |
ros::Publisher | pub_ |
ros::Subscriber | sub_ |
Definition at line 37 of file image_algos.h.
image_algos::ImageAlgoNode< algo >::ImageAlgoNode | ( | ros::NodeHandle & | nh, |
algo & | alg | ||
) | [inline] |
Definition at line 40 of file image_algos.h.
void image_algos::ImageAlgoNode< algo >::input_cb | ( | const boost::shared_ptr< const typename algo::InputType > & | input | ) | [inline] |
Definition at line 68 of file image_algos.h.
algo& image_algos::ImageAlgoNode< algo >::a |
Definition at line 87 of file image_algos.h.
ros::NodeHandle& image_algos::ImageAlgoNode< algo >::nh_ |
Definition at line 83 of file image_algos.h.
ros::Publisher image_algos::ImageAlgoNode< algo >::pub_ |
Definition at line 84 of file image_algos.h.
ros::Subscriber image_algos::ImageAlgoNode< algo >::sub_ |
Definition at line 85 of file image_algos.h.