Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
jafar::ride::Threat Class Reference

Threat. More...


Detailed Description

Threat.

Definition at line 32 of file threat.hpp.

#include <threat.hpp>

List of all members.

Public Member Functions

 Threat (int id_, ThreatType type_, std::vector< double > pos, double range_)
 Threat (int id_, ThreatType type_, double x, double y, double z, double range_)
bool operator== (Threat const &th) const
int getId () const
ThreatType getType () const
std::vector< double > getPosition () const
Vect getPosVect2D () const
Vect getPosVect3D () const
double getRange () const
void setRange (double range_)
double getMaxRange () const
bool isJammed () const
void setJammed (bool jammed_)

Private Attributes

int id
ThreatType type
std::vector< double > position
double range
double maxRange
bool jammed

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1
LAAS-CNRS