#include <sensor_bases.h>
|
| BasePolarIntersectionSensor (unsigned long id, std::string name, int cols, int rows, double angleX, double angleY, double maxDistance=std::numeric_limits< double >::infinity()) |
|
virtual | ~BasePolarIntersectionSensor () |
|
virtual int | getSensorData (double **data) const |
|
| BaseNodeSensor (unsigned long id, std::string name) |
|
virtual | ~BaseNodeSensor () |
|
utils::Quaternion | getOrientation () const |
|
unsigned long | getAttachedNode () |
|
| BaseSensor () |
|
virtual | ~BaseSensor () |
|
| BaseSensor (unsigned long id, std::string name) |
|
unsigned long | getID () const |
|
const std::string | getName () const |
|
virtual int | getAsciiData (char *data) const |
|
void | getCoreExchange (core_objects_exchange *obj) const |
|
virtual configmaps::ConfigMap | createConfig () const |
|
| BaseArraySensor (int cols, int rows, int channels=1) |
|
virtual | ~BaseArraySensor () |
|
const std::vector< double > | getData () const |
|
const int & | getCols () const |
|
const int & | getRows () const |
|
const int & | getChannels () const |
|
double & | operator[] (const int &index) |
|
virtual void | resize (int cols, int rows, int channels=1) |
|
Definition at line 229 of file sensor_bases.h.
◆ BasePolarIntersectionSensor()
mars::interfaces::BasePolarIntersectionSensor::BasePolarIntersectionSensor |
( |
unsigned long |
id, |
|
|
std::string |
name, |
|
|
int |
cols, |
|
|
int |
rows, |
|
|
double |
angleX, |
|
|
double |
angleY, |
|
|
double |
maxDistance = std::numeric_limits<double>::infinity() |
|
) |
| |
|
inline |
◆ ~BasePolarIntersectionSensor()
virtual mars::interfaces::BasePolarIntersectionSensor::~BasePolarIntersectionSensor |
( |
| ) |
|
|
inlinevirtual |
◆ getSensorData()
virtual int mars::interfaces::BasePolarIntersectionSensor::getSensorData |
( |
double ** |
data | ) |
const |
|
inlinevirtual |
◆ maxDistance
double mars::interfaces::BasePolarIntersectionSensor::maxDistance |
◆ stepX
double mars::interfaces::BasePolarIntersectionSensor::stepX |
◆ stepY
double mars::interfaces::BasePolarIntersectionSensor::stepY |
The documentation for this class was generated from the following file:
- /Developer/bob-learning-dev/simulation/mars/interfaces/src/sensor_bases.h