#include <openni_driver.h>
Public Member Functions | |
DeviceContext (const DeviceContext &) | |
DeviceContext (const xn::NodeInfo &device_node, const xn::NodeInfo &image_node, const xn::NodeInfo &depth_node) | |
Public Attributes | |
xn::NodeInfo | depth_node |
boost::weak_ptr< OpenNIDevice > | device |
xn::NodeInfo | device_node |
xn::NodeInfo | image_node |
Definition at line 87 of file openni_driver.h.
openni_wrapper::OpenNIDriver::DeviceContext::DeviceContext | ( | const xn::NodeInfo & | device_node, | |
const xn::NodeInfo & | image_node, | |||
const xn::NodeInfo & | depth_node | |||
) |
Definition at line 426 of file openni_driver.cpp.
openni_wrapper::OpenNIDriver::DeviceContext::DeviceContext | ( | const DeviceContext & | other | ) |
Definition at line 433 of file openni_driver.cpp.
Definition at line 93 of file openni_driver.h.
boost::weak_ptr<OpenNIDevice> openni_wrapper::OpenNIDriver::DeviceContext::device |
Definition at line 94 of file openni_driver.h.
Definition at line 91 of file openni_driver.h.
Definition at line 92 of file openni_driver.h.