std::deque< TYEtape > TYTabEtape
TYEtape collection.
The TYEtape class is used to describe a part (a step) of a path (TYChemin) for the computation of tra...
OPoint3D _pt
The starting point of this step.
TYEtape & operator=(const TYEtape &other)
Operator =.
bool operator!=(const TYEtape &other) const
Operator !=.
ACOUSTIC_EVENT_TYPES _type
Acoustic event type.
bool operator==(const TYEtape &other) const
Operator ==.
acoustic_event * asEvent() const
ACOUSTIC_EVENT_TYPES getType() const
Set/Get du type de cette etape.
void setPoint(const OPoint3D &pt)
OPoint3D getPoint() const
Get/Set of the first point of the step.
virtual ~TYEtape()
Destructor.
void setType(ACOUSTIC_EVENT_TYPES etapeType)
This class store data and provide functions to manipulate event in the acoustic context.