#include <openni2_device_manager.h>
Public Member Functions | |
boost::shared_ptr< OpenNI2Device > | getAnyDevice () |
boost::shared_ptr< std::vector< OpenNI2DeviceInfo > > | getConnectedDeviceInfos () const |
boost::shared_ptr< std::vector< std::string > > | getConnectedDeviceURIs () const |
boost::shared_ptr< OpenNI2Device > | getDevice (const std::string &device_URI) |
std::size_t | getNumOfConnectedDevices () const |
std::string | getSerial (const std::string &device_URI) const |
OpenNI2DeviceManager () | |
virtual | ~OpenNI2DeviceManager () |
Static Public Member Functions | |
static boost::shared_ptr< OpenNI2DeviceManager > | getSingelton () |
Protected Attributes | |
boost::shared_ptr< OpenNI2DeviceListener > | device_listener_ |
Static Protected Attributes | |
static boost::shared_ptr< OpenNI2DeviceManager > | singelton_ |
Definition at line 49 of file openni2_device_manager.h.
openni2_wrapper::OpenNI2DeviceManager::OpenNI2DeviceManager | ( | ) |
Definition at line 182 of file openni2_device_manager.cpp.
|
virtual |
Definition at line 191 of file openni2_device_manager.cpp.
boost::shared_ptr< OpenNI2Device > openni2_wrapper::OpenNI2DeviceManager::getAnyDevice | ( | ) |
Definition at line 246 of file openni2_device_manager.cpp.
boost::shared_ptr< std::vector< OpenNI2DeviceInfo > > openni2_wrapper::OpenNI2DeviceManager::getConnectedDeviceInfos | ( | ) | const |
Definition at line 203 of file openni2_device_manager.cpp.
boost::shared_ptr< std::vector< std::string > > openni2_wrapper::OpenNI2DeviceManager::getConnectedDeviceURIs | ( | ) | const |
Definition at line 208 of file openni2_device_manager.cpp.
boost::shared_ptr< OpenNI2Device > openni2_wrapper::OpenNI2DeviceManager::getDevice | ( | const std::string & | device_URI | ) |
Definition at line 250 of file openni2_device_manager.cpp.
std::size_t openni2_wrapper::OpenNI2DeviceManager::getNumOfConnectedDevices | ( | ) | const |
Definition at line 213 of file openni2_device_manager.cpp.
std::string openni2_wrapper::OpenNI2DeviceManager::getSerial | ( | const std::string & | device_URI | ) | const |
Definition at line 218 of file openni2_device_manager.cpp.
|
static |
Definition at line 195 of file openni2_device_manager.cpp.
|
protected |
Definition at line 67 of file openni2_device_manager.h.
|
staticprotected |
Definition at line 69 of file openni2_device_manager.h.