casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
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 396 of file VisibilityProcessing.h.


Constructor & Destructor Documentation

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.


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.

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: