Public Member Functions | |
Producer (PCDBuffer< PointT > &buf, openni_wrapper::OpenNIDevice::DepthMode depth_mode) | |
void | stop () |
Private Member Functions | |
void | grabAndSend () |
void | grabberCallBack (const typename PointCloud< PointT >::ConstPtr &cloud) |
Private Attributes | |
PCDBuffer< PointT > & | buf_ |
openni_wrapper::OpenNIDevice::DepthMode | depth_mode_ |
boost::shared_ptr< boost::thread > | thread_ |
Definition at line 193 of file openni_pcd_recorder.cpp.
Producer< PointT >::Producer | ( | PCDBuffer< PointT > & | buf, |
openni_wrapper::OpenNIDevice::DepthMode | depth_mode | ||
) | [inline] |
Definition at line 232 of file openni_pcd_recorder.cpp.
void Producer< PointT >::grabAndSend | ( | ) | [inline, private] |
Definition at line 212 of file openni_pcd_recorder.cpp.
void Producer< PointT >::grabberCallBack | ( | const typename PointCloud< PointT >::ConstPtr & | cloud | ) | [inline, private] |
Definition at line 198 of file openni_pcd_recorder.cpp.
Definition at line 241 of file openni_pcd_recorder.cpp.
Definition at line 249 of file openni_pcd_recorder.cpp.
openni_wrapper::OpenNIDevice::DepthMode Producer< PointT >::depth_mode_ [private] |
Definition at line 250 of file openni_pcd_recorder.cpp.
Definition at line 251 of file openni_pcd_recorder.cpp.