casa
$Rev:20696$
|
#include <VisibilityProcessing.h>
Public Member Functions | |
VisibilityProcessorStub (const String &name) | |
Used to allow definition of a VP variable for use in testing. | |
ProcessingResult | doProcessingImpl (ProcessingType, VpData &, const SubchunkIndex &) |
Requests processing of the provided (possibly empty) input data. | |
void | validateImpl () |
Called to allow the node to validate its initial state. |
Definition at line 396 of file VisibilityProcessing.h.
casa::vpf::VisibilityProcessorStub::VisibilityProcessorStub | ( | const String & | name | ) | [inline] |
Used to allow definition of a VP variable for use in testing.
Should never be actually operated on.
Definition at line 403 of file VisibilityProcessing.h.
ProcessingResult casa::vpf::VisibilityProcessorStub::doProcessingImpl | ( | ProcessingType | processingType, |
VpData & | inputData, | ||
const SubchunkIndex & | subChunkIndex | ||
) | [virtual] |
Requests processing of the provided (possibly empty) input data.
This is called on each subchunk (then inputData will be nonempty) and at the end of a chunk and the end of the entire data set. These last two call types allow the VP to output any data that it might have been accumulating across multiple subchunks, etc.
Implements casa::vpf::VisibilityProcessor.
void casa::vpf::VisibilityProcessorStub::validateImpl | ( | ) | [virtual] |
Called to allow the node to validate its initial state.
An AipsError should be thrown if this node decides that it is invalid.
Implements casa::vpf::VisibilityProcessor.