casa
5.7.0-16
|
#include "AsynchronousTools2.h"
#include "UtilJ.h"
#include <tuple>
#include <msvis/MSVis/AsynchronousInterface2.h>
#include <msvis/MSVis/VisBuffer2.h>
#include <msvis/MSVis/VisBufferImplAsync2.h>
#include <msvis/MSVis/VisibilityIterator2.h>
#include <msvis/MSVis/VisibilityIteratorImplAsync2.h>
#include <map>
Go to the source code of this file.
Classes | |
class | casacore::Block< T > |
simple 1-D array More... | |
class | vi::VlatFunctor |
VlatFunctor is an abstract class for functor objects used to encapsulate the various filling methods (e.g., fillVis, fillAnt1, etc.). More... | |
class | vi::VlatFunctor0< Ret, VbType > |
class | vi::VlatFunctor1< Ret, Arg > |
class | vi::VLAT |
VLAT is the Visibility LookAhead Thread. This thread advances a visibility iterator and fills the data indicated by the visibility iterator into the VlaData buffer ring. More... | |
class | vi::VLAT::FillerDictionary |
class | vi::VLAT::SweepTerminated |
class | vi::VlatAndData |
Namespaces | |
casacore | |
For temporary backward namespace compatibility, use casa as alias for casacore. | |
vi | |
Functions | |
template<typename Ret , typename VbType > | |
VlatFunctor0< Ret, VbType > * | vi::vlatFunctor0 (Ret(VbType::*f)()) |
template<typename Ret , typename Arg > | |
VlatFunctor1< Ret, Arg > * | vi::vlatFunctor1 (Ret(VisBuffer::*f)(Arg), Arg i) |