#include <ITrackViewer.h>
Inheritance diagram for AtlfAna::ITrackViewer:
Public Member Functions | |
virtual | operator ITrackParameterView & () const=0 |
virtual bool | operator! () const=0 |
virtual | ~ITrackViewer () |
Enables the use of a common set of interfaces for different track classes
Definition at line 23 of file ITrackViewer.h.
virtual AtlfAna::ITrackViewer::~ITrackViewer | ( | ) | [inline, virtual] |
virtual AtlfAna::ITrackViewer::operator ITrackParameterView & | ( | ) | const [pure virtual] |
ITrackViewer interface
Implemented in AtlfAna::AtlfTrackViewer.
virtual bool AtlfAna::ITrackViewer::operator! | ( | ) | const [pure virtual] |
Should test Atlfast::Track pointer.
Implemented in AtlfAna::AtlfTrackViewer.