casa
5.7.0-16
|
Classes | |
class | VlatFunctor |
VlatFunctor is an abstract class for functor objects used to encapsulate the various filling methods (e.g., fillVis, fillAnt1, etc.). More... | |
class | VlatFunctor0 |
class | VlatFunctor1 |
class | 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 | VlatAndData |
Functions | |
template<typename Ret , typename VbType > | |
VlatFunctor0< Ret, VbType > * | vlatFunctor0 (Ret(VbType::*f)()) |
template<typename Ret , typename Arg > | |
VlatFunctor1< Ret, Arg > * | vlatFunctor1 (Ret(VisBuffer::*f)(Arg), Arg i) |
VlatFunctor0<Ret, VbType>* vi::vlatFunctor0 | ( | Ret(VbType::*)() | f | ) |
VlatFunctor1<Ret, Arg>* vi::vlatFunctor1 | ( | Ret(VisBuffer::*)(Arg) | f, |
Arg | i | ||
) |