ArrayDepthSensor is a class defining a sensor made of an array of depth sensors. More...
#include <alrobotmodel.h>
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. | |
ArrayDepthSensor is a class defining a sensor made of an array of depth sensors.
Definition at line 1190 of file alrobotmodel.h.
creates an empty ArrayDepthSensor, you should not use this.