alrobotmodel  2.1.0.18
 All Classes Functions Variables Enumerations Enumerator
Public Member Functions
Sim::CameraDepthSensor Class Reference

CameraDepthSensor is a class defining a depth sensing camera. More...

#include <alrobotmodel.h>

List of all members.

Public Member Functions

 CameraDepthSensor ()
 creates an empty CameraDepthSensor, you should not use this.
 ~CameraDepthSensor ()
 destructor.
virtual int bufferSize () const
 returns the maximum size of the buffer of a measure from the CameraDepthSensor in bits.
int width () const
 maximum width of the image captured in pixels.
int height () const
 maximum height of the image captured in pixels.

Detailed Description

CameraDepthSensor is a class defining a depth sensing camera.

Definition at line 1072 of file alrobotmodel.h.


Constructor & Destructor Documentation

creates an empty CameraDepthSensor, you should not use this.

Warning:
The CameraDepthSensor being empty, every access to this object will throw.

The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator