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

ArrayDepthSensor is a class defining a sensor made of an array of depth sensors. More...

#include <alrobotmodel.h>

List of all members.

Public Member Functions

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

Detailed Description

ArrayDepthSensor is a class defining a sensor made of an array of depth sensors.

Definition at line 1190 of file alrobotmodel.h.


Constructor & Destructor Documentation

creates an empty ArrayDepthSensor, you should not use this.

Warning:
The ArrayDepthSensor 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