#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 |
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.
Definition at line 212 of file openni2_device_manager.cpp.
Definition at line 221 of file openni2_device_manager.cpp.
boost::shared_ptr< OpenNI2Device > openni2_wrapper::OpenNI2DeviceManager::getAnyDevice | ( | ) |
Definition at line 248 of file openni2_device_manager.cpp.
boost::shared_ptr< std::vector< OpenNI2DeviceInfo > > openni2_wrapper::OpenNI2DeviceManager::getConnectedDeviceInfos | ( | ) | const |
Definition at line 233 of file openni2_device_manager.cpp.
boost::shared_ptr< std::vector< std::string > > openni2_wrapper::OpenNI2DeviceManager::getConnectedDeviceURIs | ( | ) | const |
Definition at line 238 of file openni2_device_manager.cpp.
boost::shared_ptr< OpenNI2Device > openni2_wrapper::OpenNI2DeviceManager::getDevice | ( | const std::string & | device_URI | ) |
Definition at line 252 of file openni2_device_manager.cpp.
std::size_t openni2_wrapper::OpenNI2DeviceManager::getNumOfConnectedDevices | ( | ) | const |
Definition at line 243 of file openni2_device_manager.cpp.
boost::shared_ptr< OpenNI2DeviceManager > openni2_wrapper::OpenNI2DeviceManager::getSingelton | ( | ) | [static] |
Definition at line 225 of file openni2_device_manager.cpp.
boost::shared_ptr<OpenNI2DeviceListener> openni2_wrapper::OpenNI2DeviceManager::device_listener_ [protected] |
Definition at line 65 of file openni2_device_manager.h.
boost::shared_ptr< OpenNI2DeviceManager > openni2_wrapper::OpenNI2DeviceManager::singelton_ [static, protected] |
Definition at line 67 of file openni2_device_manager.h.