Public Member Functions | |
Consumer (PCDBuffer< PointT > &buf) | |
void | stop () |
Private Member Functions | |
void | receiveAndProcess () |
void | writeToDisk (const typename PointCloud< PointT >::ConstPtr &cloud) |
Private Attributes | |
PCDBuffer< PointT > & | buf_ |
boost::shared_ptr< boost::thread > | thread_ |
PCDWriter | writer_ |
Definition at line 257 of file openni_pcd_recorder.cpp.
Definition at line 292 of file openni_pcd_recorder.cpp.
void Consumer< PointT >::receiveAndProcess | ( | ) | [inline, private] |
Definition at line 274 of file openni_pcd_recorder.cpp.
Definition at line 300 of file openni_pcd_recorder.cpp.
void Consumer< PointT >::writeToDisk | ( | const typename PointCloud< PointT >::ConstPtr & | cloud | ) | [inline, private] |
Definition at line 262 of file openni_pcd_recorder.cpp.
Definition at line 308 of file openni_pcd_recorder.cpp.
Definition at line 309 of file openni_pcd_recorder.cpp.
Definition at line 310 of file openni_pcd_recorder.cpp.