Public Member Functions | Public Attributes | List of all members
BaseList::path Class Reference

#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< AntarcticCoordps
 true for flight, false for traverse
 
std::vector< unsigned > ts
 

Detailed Description

A path is a flight or traverse

Definition at line 52 of file BaseList.h.

Inheritance diagram for BaseList::path:
Inheritance graph
[legend]
Collaboration diagram for BaseList::path:
Collaboration graph
[legend]

Member Function Documentation

bool BaseList::path::operator() ( const path other)
inline

Boolian match function for std::find, checks the call signs match

Returns
true if the names match

Definition at line 78 of file BaseList.h.


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