casa::vpf::VisibilityProcessorStub Class Reference

#include <VisibilityProcessing.h>

Inheritance diagram for casa::vpf::VisibilityProcessorStub:
casa::vpf::VisibilityProcessor

List of all members.

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.

Detailed Description

Definition at line 392 of file VisibilityProcessing.h.


Constructor & Destructor Documentation

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 399 of file VisibilityProcessing.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1