casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Static Public Member Functions | List of all members
casa::OutputDestinationChecker Class Reference

#include <OutputDestinationChecker.h>

Classes

struct  OutputStruct
 struct for checking output file writability More...
 

Public Member Functions

 OutputDestinationChecker ()
 
 ~OutputDestinationChecker ()
 Destructor. More...
 
casacore::uInt nSelectedChannels () const
 Get the number of channels that have been selected. More...
 

Static Public Member Functions

static void checkOutputs (std::vector< OutputStruct > *const output, casacore::LogIO &log)
 
static void checkOutput (OutputStruct &output, casacore::LogIO &log)
 

Detailed Description

Definition at line 40 of file OutputDestinationChecker.h.

Constructor & Destructor Documentation

casa::OutputDestinationChecker::OutputDestinationChecker ( )
casa::OutputDestinationChecker::~OutputDestinationChecker ( )

Destructor.

Member Function Documentation

static void casa::OutputDestinationChecker::checkOutput ( OutputStruct output,
casacore::LogIO log 
)
static
static void casa::OutputDestinationChecker::checkOutputs ( std::vector< OutputStruct > *const  output,
casacore::LogIO log 
)
static
casacore::uInt casa::OutputDestinationChecker::nSelectedChannels ( ) const

Get the number of channels that have been selected.

The process() method must be called prior to calling this method or an exception is thrown.


The documentation for this class was generated from the following file: