#include <BaseList.h>
Public Member Functions | |
path (const TString &name, TString &source, int npoints, const double *lat, const double *lon, const double *alt, const unsigned *time) | |
virtual const char * | getSource () const |
virtual const char * | getName () const |
virtual AntarcticCoord | getPosition (unsigned time) const |
virtual bool | isValid (unsigned time) const |
virtual void | Draw (const char *opt="lp") const |
bool | operator() (const path &other) |
Public Attributes | |
TString | name |
TString | dataSource |
Bool_t | isFlight |
std::vector< AntarcticCoord > | ps |
true for flight, false for traverse | |
std::vector< unsigned > | ts |
A path is a flight or traverse
Definition at line 52 of file BaseList.h.
|
inline |
Boolian match function for std::find, checks the call signs match
Definition at line 78 of file BaseList.h.