A specialized key class for Calibration patch panel elements. More...
#include <CLPatchPanel.h>
Public Member Functions | |
CalPatchKey (IPosition keyids) | |
virtual | ~CalPatchKey () |
virtual Bool | operator< (const CalPatchKey &other) const |
virtual String | print () const =0 |
Private Attributes | |
Vector< Int > | cpk_ |
A specialized key class for Calibration patch panel elements.
Definition at line 54 of file CLPatchPanel.h.
casa::CalPatchKey::CalPatchKey | ( | IPosition | keyids | ) |
virtual casa::CalPatchKey::~CalPatchKey | ( | ) | [inline, virtual] |
Definition at line 58 of file CLPatchPanel.h.
virtual Bool casa::CalPatchKey::operator< | ( | const CalPatchKey & | other | ) | const [virtual] |
virtual String casa::CalPatchKey::print | ( | ) | const [pure virtual] |
Implemented in casa::MSCalPatchKey, and casa::CTCalPatchKey.
Vector<Int> casa::CalPatchKey::cpk_ [private] |
Definition at line 62 of file CLPatchPanel.h.