Point Cloud Library (PCL)  1.7.0
Public Member Functions | Protected Member Functions | Friends
openni_wrapper::DeviceXtionPro Class Reference

Concrete implementation of the interface OpenNIDevice for a Asus Xtion Pro device. More...

#include <pcl/io/openni_camera/openni_device_xtion.h>

+ Inheritance diagram for openni_wrapper::DeviceXtionPro:

List of all members.

Public Member Functions

 DeviceXtionPro (xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node)
virtual ~DeviceXtionPro () throw ()

Protected Member Functions

virtual boost::shared_ptr< ImagegetCurrentImage (boost::shared_ptr< xn::ImageMetaData > image_meta_data) const throw ()
void enumAvailableModes () throw ()
virtual bool isImageResizeSupported (unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) const throw ()
virtual void startDepthStream ()
 starts the depth stream.

Friends

class OpenNIDriver

Detailed Description

Concrete implementation of the interface OpenNIDevice for a Asus Xtion Pro device.

Author:
Suat Gedikli
Date:
02.january 2011

Definition at line 56 of file openni_device_xtion.h.


Constructor & Destructor Documentation

openni_wrapper::DeviceXtionPro::DeviceXtionPro ( xn::Context &  context,
const xn::NodeInfo &  device_node,
const xn::NodeInfo &  depth_node,
const xn::NodeInfo &  ir_node 
)
virtual openni_wrapper::DeviceXtionPro::~DeviceXtionPro ( ) throw () [virtual]

Member Function Documentation

virtual boost::shared_ptr<Image> openni_wrapper::DeviceXtionPro::getCurrentImage ( boost::shared_ptr< xn::ImageMetaData >  image_meta_data) const throw () [protected, virtual]
virtual bool openni_wrapper::DeviceXtionPro::isImageResizeSupported ( unsigned  input_width,
unsigned  input_height,
unsigned  output_width,
unsigned  output_height 
) const throw () [protected, virtual]
virtual void openni_wrapper::DeviceXtionPro::startDepthStream ( ) [protected, virtual]

starts the depth stream.

Reimplemented from openni_wrapper::OpenNIDevice.


Friends And Related Function Documentation

friend class OpenNIDriver [friend]

Definition at line 58 of file openni_device_xtion.h.


The documentation for this class was generated from the following file: