casa
5.7.0-16
|
#include <string>
#include <vector>
#include <synthesis/ImagerObjects/MPIGlue.h>
#include <casa/Containers/Record.h>
#include <synthesis/ImagerObjects/ParallelImagerParams.h>
#include <synthesis/ImagerObjects/ParamFieldIterator.h>
#include <synthesis/ImagerObjects/SynthesisUtilMethods.h>
#include <synthesis/ImagerObjects/SynthesisDeconvolverMixin.h>
#include <synthesis/ImagerObjects/SynthesisNormalizerMixin.h>
#include <synthesis/ImagerObjects/SynthesisImagerMixin.h>
#include <synthesis/ImagerObjects/IterationControl.h>
#include <synthesis/ImagerObjects/ContinuumPartitionMixin.h>
#include <synthesis/ImagerObjects/CubePartitionMixin.h>
#include <synthesis/ImagerObjects/SerialPartitionMixin.h>
Go to the source code of this file.
Classes | |
class | casa::ParallelImagerMixin< T > |
ParallelImagerMixin. More... | |
Namespaces | |
casa | |
-*- mode: c++ -*- | |
Typedefs | |
typedef ParallelImagerMixin < ContinuumPartitionMixin < SynthesisImagerMixin < SynthesisNormalizerMixin < SynthesisDeconvolverMixin < IterationControl > > > > > | casa::ContinuumParallelImagerImpl |
Parallel continuum imager class. More... | |
typedef ParallelImagerMixin < CubePartitionMixin < SynthesisImagerMixin < SynthesisNormalizerMixin < SynthesisDeconvolverMixin < IterationControl > > > > > | casa::CubeParallelImagerImpl |
Parallel cube imager class. More... | |
typedef ParallelImagerMixin < SerialPartitionMixin < SynthesisImagerMixin < SynthesisNormalizerMixin < SynthesisDeconvolverMixin < IterationControl > > > > > | casa::SerialParallelImagerImpl |
Serial (non-MPI) imager class – allows ParallelImagerMixin type to be used regardless of serial vs parallel CASA. More... | |