29 #ifndef NRAO_VLAPROJECTFILTER_H
30 #define NRAO_VLAPROJECTFILTER_H
VLAProjectFilter & operator=(const VLAProjectFilter &other)
The assignment operator uses copy semantics.
This class interprets a VLA logical record.
virtual casacore::Bool ok() const
casacore::Function which checks the internal data of this class for correct dimensionality and consis...
virtual casacore::Bool passThru(const VLALogicalRecord &record) const
returns true if the supplied record has an observing id that matches (case insensitive) the project n...
virtual ~VLAProjectFilter()
The destructor is trivial.
bool Bool
Define the standard types used by Casacore.
casacore::String itsProject
String: the storage and methods of handling collections of characters.
VLAProjectFilter()
The default constructor creats a filter that does not filter anything.
virtual VLAFilter * clone() const
Return a pointer to a copy of the VLAProjectFilter object upcast to a VLAFilter object.