openni_wrapper::DeviceKinect Member List

This is the complete list of members for openni_wrapper::DeviceKinect, including all inherited members.

ActualDepthImageCallbackFunction typedefopenni_wrapper::OpenNIDeviceprotected
ActualImageCallbackFunction typedefopenni_wrapper::OpenNIDeviceprotected
ActualIRImageCallbackFunction typedefopenni_wrapper::OpenNIDeviceprotected
available_depth_modes_openni_wrapper::OpenNIDeviceprotected
available_image_modes_openni_wrapper::OpenNIDeviceprotected
baseline_openni_wrapper::OpenNIDeviceprotected
CallbackHandle typedefopenni_wrapper::OpenNIDevice
context_openni_wrapper::OpenNIDeviceprotected
data_threads_openni_wrapper::OpenNIDeviceprotected
debayering_method_openni_wrapper::DeviceKinectprotected
depth_callback_openni_wrapper::OpenNIDeviceprotected
depth_callback_handle_openni_wrapper::OpenNIDeviceprotected
depth_callback_handle_counter_openni_wrapper::OpenNIDeviceprotected
depth_condition_openni_wrapper::OpenNIDeviceprotected
depth_focal_length_SXGA_openni_wrapper::OpenNIDeviceprotected
depth_generator_openni_wrapper::OpenNIDeviceprotected
depth_mutex_openni_wrapper::OpenNIDevicemutableprotected
DepthDataThreadFunction()openni_wrapper::OpenNIDeviceprotected
DepthImageCallbackFunction typedefopenni_wrapper::OpenNIDevice
device_node_info_openni_wrapper::OpenNIDeviceprotected
DeviceKinect(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &image_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node)openni_wrapper::DeviceKinect
enumAvailableModes()openni_wrapper::DeviceKinectprotectedvirtual
findCompatibleDepthMode(const XnMapOutputMode &output_mode, XnMapOutputMode &mode) const openni_wrapper::OpenNIDevicevirtual
findCompatibleImageMode(const XnMapOutputMode &output_mode, XnMapOutputMode &mode) const openni_wrapper::OpenNIDevicevirtual
getAddress() const openni_wrapper::OpenNIDevice
getBaseline() const openni_wrapper::OpenNIDeviceinline
getBus() const openni_wrapper::OpenNIDevice
getConnectionString() const openni_wrapper::OpenNIDevice
getCurrentImage(boost::shared_ptr< xn::ImageMetaData > image_meta_data) const openni_wrapper::DeviceKinectprotectedvirtual
getDebayeringMethod() const openni_wrapper::DeviceKinectinline
getDefaultDepthMode() const openni_wrapper::OpenNIDevicevirtual
getDefaultImageMode() const openni_wrapper::OpenNIDevicevirtual
getDefaultIRMode() const openni_wrapper::OpenNIDevicevirtual
getDepthFocalLength(int output_x_resolution=0) const openni_wrapper::OpenNIDeviceinline
getDepthOutputMode() const openni_wrapper::OpenNIDevice
getImageFocalLength(int output_x_resolution=0) const openni_wrapper::OpenNIDeviceinline
getImageOutputMode() const openni_wrapper::OpenNIDevice
getIROutputMode() const openni_wrapper::OpenNIDevice
getProductID() const openni_wrapper::OpenNIDevice
getProductName() const openni_wrapper::OpenNIDevice
getSerialNumber()openni_wrapper::OpenNIDevice
getVendorID() const openni_wrapper::OpenNIDevice
getVendorName() const openni_wrapper::OpenNIDevice
hasDepthStream() const openni_wrapper::OpenNIDevice
hasImageStream() const openni_wrapper::OpenNIDevice
hasIRStream() const openni_wrapper::OpenNIDevice
image_callback_openni_wrapper::OpenNIDeviceprotected
image_callback_handle_openni_wrapper::OpenNIDeviceprotected
image_callback_handle_counter_openni_wrapper::OpenNIDeviceprotected
image_condition_openni_wrapper::OpenNIDeviceprotected
image_generator_openni_wrapper::OpenNIDeviceprotected
image_mutex_openni_wrapper::OpenNIDevicemutableprotected
ImageCallbackFunction typedefopenni_wrapper::OpenNIDevice
ImageDataThreadFunction()openni_wrapper::OpenNIDeviceprotected
Init()openni_wrapper::OpenNIDeviceprotected
ir_callback_openni_wrapper::OpenNIDeviceprotected
ir_callback_handle_openni_wrapper::OpenNIDeviceprotected
ir_callback_handle_counter_openni_wrapper::OpenNIDeviceprotected
ir_condition_openni_wrapper::OpenNIDeviceprotected
ir_generator_openni_wrapper::OpenNIDeviceprotected
ir_mutex_openni_wrapper::OpenNIDevicemutableprotected
IRDataThreadFunction()openni_wrapper::OpenNIDeviceprotected
IRImageCallbackFunction typedefopenni_wrapper::OpenNIDevice
isDepthCropped() const openni_wrapper::DeviceKinectvirtual
isDepthCroppingSupported() const openni_wrapper::DeviceKinectvirtual
isDepthModeSupported(const XnMapOutputMode &output_mode) const openni_wrapper::OpenNIDevicevirtual
isDepthRegistered() const openni_wrapper::OpenNIDevice
isDepthRegistrationSupported() const openni_wrapper::OpenNIDevicevirtual
isDepthStreamRunning() const openni_wrapper::OpenNIDevicevirtual
isImageModeSupported(const XnMapOutputMode &output_mode) const openni_wrapper::OpenNIDevicevirtual
isImageResizeSupported(unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) const openni_wrapper::DeviceKinectprotectedvirtual
isImageStreamRunning() const openni_wrapper::OpenNIDevicevirtual
isIRStreamRunning() const openni_wrapper::OpenNIDevicevirtual
isSynchronizationSupported() const openni_wrapper::DeviceKinectvirtual
isSynchronized() const openni_wrapper::DeviceKinectvirtual
NewDepthDataAvailable(xn::ProductionNode &node, void *cookie)openni_wrapper::OpenNIDeviceprotectedstatic
NewImageDataAvailable(xn::ProductionNode &node, void *cookie)openni_wrapper::OpenNIDeviceprotectedstatic
NewIRDataAvailable(xn::ProductionNode &node, void *cookie)openni_wrapper::OpenNIDeviceprotectedstatic
no_sample_value_openni_wrapper::OpenNIDeviceprotected
OpenNIDevice(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &image_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node)openni_wrapper::OpenNIDeviceprotected
OpenNIDevice(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node)openni_wrapper::OpenNIDeviceprotected
OpenNIDevice(xn::Context &context)openni_wrapper::OpenNIDeviceprotected
OpenNIDriver classopenni_wrapper::DeviceKinectfriend
quit_openni_wrapper::OpenNIDeviceprotected
registerDepthCallback(const DepthImageCallbackFunction &callback, void *cookie=NULL)openni_wrapper::OpenNIDevice
registerDepthCallback(void(T::*callback)(boost::shared_ptr< DepthImage >, void *cookie), T &instance, void *cookie=NULL)openni_wrapper::OpenNIDevice
registerImageCallback(const ImageCallbackFunction &callback, void *cookie=NULL)openni_wrapper::OpenNIDevice
registerImageCallback(void(T::*callback)(boost::shared_ptr< Image >, void *cookie), T &instance, void *cookie=NULL)openni_wrapper::OpenNIDevice
registerIRCallback(const IRImageCallbackFunction &callback, void *cookie=NULL)openni_wrapper::OpenNIDevice
registerIRCallback(void(T::*callback)(boost::shared_ptr< IRImage >, void *cookie), T &instance, void *cookie=NULL)openni_wrapper::OpenNIDevice
rgb_focal_length_SXGA_openni_wrapper::OpenNIDeviceprotectedstatic
setDebayeringMethod(const ImageBayerGRBG::DebayeringMethod &debayering_method)openni_wrapper::DeviceKinectinline
setDepthCropping(unsigned x, unsigned y, unsigned width, unsigned height)openni_wrapper::DeviceKinectvirtual
setDepthOutputMode(const XnMapOutputMode &output_mode)openni_wrapper::OpenNIDevicevirtual
setDepthRegistration(bool on_off)openni_wrapper::OpenNIDevicevirtual
setImageOutputMode(const XnMapOutputMode &output_mode)openni_wrapper::OpenNIDevicevirtual
setIROutputMode(const XnMapOutputMode &output_mode)openni_wrapper::OpenNIDevicevirtual
setRegistration(bool on_off)openni_wrapper::OpenNIDeviceprotected
setSynchronization(bool on_off)openni_wrapper::DeviceKinectvirtual
shadow_value_openni_wrapper::OpenNIDeviceprotected
shutdown()openni_wrapper::OpenNIDevice
startDepthStream()openni_wrapper::OpenNIDevicevirtual
startImageStream()openni_wrapper::OpenNIDevicevirtual
startIRStream()openni_wrapper::OpenNIDevicevirtual
stopDepthStream()openni_wrapper::OpenNIDevicevirtual
stopImageStream()openni_wrapper::OpenNIDevicevirtual
stopIRStream()openni_wrapper::OpenNIDevicevirtual
unregisterDepthCallback(const CallbackHandle &callbackHandle)openni_wrapper::OpenNIDevice
unregisterImageCallback(const CallbackHandle &callbackHandle)openni_wrapper::OpenNIDevice
unregisterIRCallback(const CallbackHandle &callbackHandle)openni_wrapper::OpenNIDevice
~DeviceKinect()openni_wrapper::DeviceKinectvirtual
~OpenNIDevice()openni_wrapper::OpenNIDevicevirtual


openni_camera
Author(s): Patrick Mihelich, Suat Gedikli, Radu Bogdan Rusu
autogenerated on Mon Jun 10 2019 14:15:54