![]() |
An open-source, flexible 3D physical simulation framework
|
#include <sensor_bases.h>
Public Member Functions | |
BaseCameraSensor (unsigned long id, std::string name, int cols, int rows, int nChannels, bool depthImage) | |
virtual | ~BaseCameraSensor () |
bool | isDepthImage () |
![]() | |
BaseArraySensor (int cols, int rows, int channels=1) | |
virtual | ~BaseArraySensor () |
const std::vector< T > | getData () const |
const int & | getCols () const |
const int & | getRows () const |
const int & | getChannels () const |
T & | operator[] (const int &index) |
virtual void | resize (int cols, int rows, int channels=1) |
Protected Attributes | |
bool | depthImage |
unsigned long | id |
std::string | name |
![]() | |
int | cols |
int | rows |
int | channels |
std::vector< T > | data |
Definition at line 204 of file sensor_bases.h.
|
inline |
Definition at line 206 of file sensor_bases.h.
|
inlinevirtual |
Definition at line 214 of file sensor_bases.h.
|
inline |
Definition at line 216 of file sensor_bases.h.
|
protected |
Definition at line 222 of file sensor_bases.h.
|
protected |
Definition at line 223 of file sensor_bases.h.
|
protected |
Definition at line 224 of file sensor_bases.h.