#include <tools.h>
Public Member Functions | |
virtual cv::Vec3b | operator() (int)=0 |
PointConverterBase (const typename pcl::PointCloud< PointT >::ConstPtr &cloud) | |
virtual | ~PointConverterBase () |
Protected Attributes | |
pcl::PointCloud< PointT >::ConstPtr | cloud_ |
Gui::Tools::PointConverterBase< PointT >::PointConverterBase | ( | const typename pcl::PointCloud< PointT >::ConstPtr & | cloud | ) | [inline] |
virtual Gui::Tools::PointConverterBase< PointT >::~PointConverterBase | ( | ) | [inline, virtual] |
virtual cv::Vec3b Gui::Tools::PointConverterBase< PointT >::operator() | ( | int | ) | [pure virtual] |
Implemented in Gui::Tools::PointConverterDepth< PointT >, and Gui::Tools::PointConverterRGB< PointT >.
pcl::PointCloud<PointT>::ConstPtr Gui::Tools::PointConverterBase< PointT >::cloud_ [protected] |