Autopysta
Loading...
Searching...
No Matches
trajectory.h File Reference

Contains definitions for the generalized_trajectory, static_trajectory, and trajectory classes. More...

#include <vector>
#include "point.h"
#include "clock.h"
#include "Exception.h"

Go to the source code of this file.

Classes

class  generalized_trajectory
 Base class for different types of trajectories. More...
 
class  trajectory
 Represents a dynamic trajectory of a moving object. More...
 
class  static_trajectory
 Represents a static trajectory for a fixed object on the road. More...
 

Detailed Description

Contains definitions for the generalized_trajectory, static_trajectory, and trajectory classes.

Author
Rafael Delpiano.
Date
11 Dec 2019

This file defines the base generalized_trajectory class, along with two derived classes: trajectory and static_trajectory. These classes manage the positions and movements of objects on the road (either dynamic vehicles or static objects).