Public Types | |
typedef pcl::PointCloud < PointType > | Cloud |
typedef Cloud::ConstPtr | CloudConstPtr |
Public Member Functions | |
void | cloud_cb_ (CloudConstPtr cloud_cb) |
DinastProcessor (pcl::Grabber &grabber) | |
int | run () |
Public Attributes | |
pcl::Grabber & | interface |
pcl::visualization::CloudViewer | viewer |
Definition at line 44 of file dinast_grabber_example.cpp.
typedef pcl::PointCloud<PointType> DinastProcessor< PointType >::Cloud |
Definition at line 48 of file dinast_grabber_example.cpp.
typedef Cloud::ConstPtr DinastProcessor< PointType >::CloudConstPtr |
Definition at line 49 of file dinast_grabber_example.cpp.
DinastProcessor< PointType >::DinastProcessor | ( | pcl::Grabber & | grabber | ) | [inline] |
Definition at line 51 of file dinast_grabber_example.cpp.
void DinastProcessor< PointType >::cloud_cb_ | ( | CloudConstPtr | cloud_cb | ) | [inline] |
Definition at line 54 of file dinast_grabber_example.cpp.
int DinastProcessor< PointType >::run | ( | ) | [inline] |
Definition at line 70 of file dinast_grabber_example.cpp.
pcl::Grabber& DinastProcessor< PointType >::interface |
Definition at line 90 of file dinast_grabber_example.cpp.
pcl::visualization::CloudViewer DinastProcessor< PointType >::viewer |
Definition at line 91 of file dinast_grabber_example.cpp.