#include <VLACalibratorFilter.h>
Public Member Functions | |
| VLACalibratorFilter () | |
| The default constructor creats a filter that does not filter anything. | |
| VLACalibratorFilter (const Char calcode) | |
| Creates a filter that filters all records except those with a calibrator number that matches the specified value. | |
| VLACalibratorFilter (const VLACalibratorFilter &other) | |
| The copy constructor uses copy semantics. | |
| virtual | ~VLACalibratorFilter () |
| The destructor is trivial. | |
| VLACalibratorFilter & | operator= (const VLACalibratorFilter &other) |
| The assignment operator uses copy semantics. | |
| virtual Bool | passThru (const VLALogicalRecord &record) const |
| returns True if the supplied record has an calibrator id that matches the calibrator id specified in the constructor. | |
| virtual VLAFilter * | clone () const |
| Return a pointer to a copy of the VLACalibratorFilter object upcast to a VLAFilter object. | |
| virtual Bool | ok () const |
| Function which checks the internal data of this class for correct dimensionality and consistant values. | |
Private Attributes | |
| Char | itsCode |
Public interface
Definition at line 82 of file VLACalibratorFilter.h.
| VLACalibratorFilter::VLACalibratorFilter | ( | ) |
The default constructor creats a filter that does not filter anything.
ie., the passThru() function always returns True;
| VLACalibratorFilter::VLACalibratorFilter | ( | const Char | calcode | ) |
Creates a filter that filters all records except those with a calibrator number that matches the specified value.
| VLACalibratorFilter::VLACalibratorFilter | ( | const VLACalibratorFilter & | other | ) |
The copy constructor uses copy semantics.
| virtual VLACalibratorFilter::~VLACalibratorFilter | ( | ) | [virtual] |
The destructor is trivial.
| virtual VLAFilter* VLACalibratorFilter::clone | ( | ) | const [virtual] |
Return a pointer to a copy of the VLACalibratorFilter object upcast to a VLAFilter object.
The class that uses this function is responsible for deleting the pointer. This is used to implement a virtual copy constructor.
Implements VLAFilter.
| virtual Bool VLACalibratorFilter::ok | ( | ) | const [virtual] |
Function which checks the internal data of this class for correct dimensionality and consistant values.
Returns True if everything is fine otherwise returns False.
Reimplemented from VLAFilter.
| VLACalibratorFilter& VLACalibratorFilter::operator= | ( | const VLACalibratorFilter & | other | ) |
The assignment operator uses copy semantics.
| virtual Bool VLACalibratorFilter::passThru | ( | const VLALogicalRecord & | record | ) | const [virtual] |
returns True if the supplied record has an calibrator id that matches the calibrator id specified in the constructor.
Implements VLAFilter.
Char VLACalibratorFilter::itsCode [private] |
Definition at line 119 of file VLACalibratorFilter.h.
1.6.1