TrajectoryInfo Class Reference

Information about a trajectory for an Actor. More...

#include <Actor.hh>

Public Member Functions

 TrajectoryInfo ()
 Constructor. More...
 

Public Attributes

double duration
 Duration of the trajectory. More...
 
double endTime
 End time of the trajectory. More...
 
unsigned int id
 ID of the trajectory. More...
 
double startTime
 Start time of the trajectory. More...
 
bool translated
 True if the trajectory is tranlated. More...
 
std::string type
 Type of trajectory. More...
 

Detailed Description

Information about a trajectory for an Actor.

Constructor & Destructor Documentation

Constructor.

Member Data Documentation

double duration

Duration of the trajectory.

double endTime

End time of the trajectory.

unsigned int id

ID of the trajectory.

double startTime

Start time of the trajectory.

bool translated

True if the trajectory is tranlated.

std::string type

Type of trajectory.


The documentation for this class was generated from the following file: