casa
$Rev:20696$
|
A base class for GroupWorkers that can modify their input MS. More...
#include <GroupWorker.h>
Public Member Functions | |
GroupWorker (const ROVisibilityIterator &invi) | |
Copy construct | GroupWorker (const GroupWorker &gw) |
Destructor *virtual | ~GroupWorker () |
virtual Assignment GroupWorker & | operator= (const GroupWorker &gw) |
Protected Attributes | |
ROVisibilityIterator | invi_p |
VisibilityIterator | outvi_p |
Private Member Functions | |
GroupWorker () | |
Disable default c'tor. |
A base class for GroupWorkers that can modify their input MS.
Public interface
Its derived classes work on VisBuffGroups.
This class cannot be directly used, but it provides a starting point for derived GroupWorkers.
Definition at line 150 of file GroupWorker.h.
casa::GroupWorker::GroupWorker | ( | const ROVisibilityIterator & | invi | ) |
Copy construct casa::GroupWorker::GroupWorker | ( | const GroupWorker & | gw | ) | [inline] |
Definition at line 156 of file GroupWorker.h.
Destructor* virtual casa::GroupWorker::~GroupWorker | ( | ) | [inline, virtual] |
Definition at line 159 of file GroupWorker.h.
casa::GroupWorker::GroupWorker | ( | ) | [inline, private] |
Disable default c'tor.
Definition at line 168 of file GroupWorker.h.
virtual Assignment GroupWorker& casa::GroupWorker::operator= | ( | const GroupWorker & | gw | ) | [inline, virtual] |
Definition at line 162 of file GroupWorker.h.
ROVisibilityIterator casa::GroupWorker::invi_p [protected] |
Definition at line 164 of file GroupWorker.h.
VisibilityIterator casa::GroupWorker::outvi_p [protected] |
Definition at line 165 of file GroupWorker.h.