Public Member Functions | |
| void | stop () |
| Writer (Buffer &buf) | |
Private Member Functions | |
| void | receiveAndProcess () |
| void | writeToDisk (const Frame::ConstPtr &frame) |
Private Attributes | |
| Buffer & | buf_ |
| boost::shared_ptr< boost::thread > | thread_ |
Definition at line 258 of file openni_image.cpp.
| Writer::Writer | ( | Buffer & | buf | ) | [inline] |
Definition at line 347 of file openni_image.cpp.
| void Writer::receiveAndProcess | ( | ) | [inline, private] |
Definition at line 319 of file openni_image.cpp.
| void Writer::stop | ( | ) | [inline] |
Definition at line 355 of file openni_image.cpp.
| void Writer::writeToDisk | ( | const Frame::ConstPtr & | frame | ) | [inline, private] |
Definition at line 263 of file openni_image.cpp.
Buffer& Writer::buf_ [private] |
Definition at line 363 of file openni_image.cpp.
boost::shared_ptr<boost::thread> Writer::thread_ [private] |
Definition at line 364 of file openni_image.cpp.