#include <light_sensor_equipped_entity.h>
Public Types | |
typedef std::vector< SSensor * > | TList |
Public Member Functions | |
SSensor (const CVector3 &c_position, const CVector3 &c_direction, Real f_range, SAnchor &s_anchor) | |
Public Attributes | |
CVector3 | Position |
CVector3 | Direction |
SAnchor & | Anchor |
Definition at line 27 of file light_sensor_equipped_entity.h.
typedef std::vector<SSensor*> argos::CLightSensorEquippedEntity::SSensor::TList |
Definition at line 28 of file light_sensor_equipped_entity.h.
argos::CLightSensorEquippedEntity::SSensor::SSensor | ( | const CVector3 & | c_position, |
const CVector3 & | c_direction, | ||
Real | f_range, | ||
SAnchor & | s_anchor | ||
) |
Definition at line 16 of file light_sensor_equipped_entity.cpp.
SAnchor& argos::CLightSensorEquippedEntity::SSensor::Anchor |
Definition at line 32 of file light_sensor_equipped_entity.h.
CVector3 argos::CLightSensorEquippedEntity::SSensor::Direction |
Definition at line 31 of file light_sensor_equipped_entity.h.
CVector3 argos::CLightSensorEquippedEntity::SSensor::Position |
Definition at line 30 of file light_sensor_equipped_entity.h.