#include <ResamplerWorklet.h>
|
| ResamplerWorklet () |
|
virtual | ~ResamplerWorklet () |
|
ResamplerWorklet & | operator= (const ResamplerWorklet &other) |
|
void | setID (const casacore::Int &id) |
|
void | initThread (casacore::Int &id, casacore::CountedPtr< ThreadCoordinator< casacore::Int > > &threadClerk, VisibilityResamplerBase *resampler) |
|
void | initToVis (VBStore *vbs, const casacore::Array< casacore::Complex > *skyFTGrid) |
|
void | initToSky (VBStore *vbs, casacore::Array< casacore::DComplex > *griddedData, casacore::Matrix< casacore::Double > *sumwt) |
|
void | initToSky (VBStore *vbs, casacore::Array< casacore::Complex > *griddedData, casacore::Matrix< casacore::Double > *sumwt) |
|
void | init (casacore::Int &id, casacore::CountedPtr< ThreadCoordinator< casacore::Int > > &threadClerk, VisibilityResamplerBase *resampler, VBStore *vbs, casacore::Array< casacore::DComplex > *griddedData, casacore::Matrix< casacore::Double > *sumwt, casacore::Array< casacore::Complex > *skyFTGrid=NULL) |
|
void | init (casacore::Int &id, casacore::CountedPtr< ThreadCoordinator< casacore::Int > > &threadClerk, VisibilityResamplerBase *resampler, VBStore *vbs, casacore::Array< casacore::Complex > *griddedData, casacore::Matrix< casacore::Double > *sumwt, casacore::Array< casacore::Complex > *skyFTGrid=NULL) |
|
void * | run () |
|
void | setPID () |
|
pid_t | getPID () |
|
pid_t | getTID () |
|
casacore::Int | getID () |
|
| Thread () |
|
virtual | ~Thread () |
|
pthread_t | getId () const |
|
pid_t | gettid () const |
|
bool | isTerminationRequested () const |
|
void * | join () |
|
void | startThread () |
|
virtual void | terminate () |
|
Definition at line 48 of file ResamplerWorklet.h.
casa::ResamplerWorklet::ResamplerWorklet |
( |
| ) |
|
|
inline |
virtual casa::ResamplerWorklet::~ResamplerWorklet |
( |
| ) |
|
|
inlinevirtual |
pid_t casa::ResamplerWorklet::getPID |
( |
| ) |
|
|
inline |
pid_t casa::ResamplerWorklet::getTID |
( |
| ) |
|
|
inline |
pid_t casa::ResamplerWorklet::gettid_p |
( |
| ) |
|
|
inlineprivate |
void casa::ResamplerWorklet::initToVis |
( |
VBStore * |
vbs, |
|
|
const casacore::Array< casacore::Complex > * |
skyFTGrid |
|
) |
| |
void* casa::ResamplerWorklet::run |
( |
| ) |
|
|
virtual |
void casa::ResamplerWorklet::setPID |
( |
| ) |
|
casacore::Array<casacore::DComplex>* casa::ResamplerWorklet::myGriddedDataDouble_p |
|
private |
casacore::Array<casacore::Complex>* casa::ResamplerWorklet::myGriddedDataSingle_p |
|
private |
-------------------------—Private parts----------------------------------—
Definition at line 85 of file ResamplerWorklet.h.
pid_t casa::ResamplerWorklet::myPID_p |
|
private |
const casacore::Array<casacore::Complex>* casa::ResamplerWorklet::mySkyFTGrid_p |
|
private |
pid_t casa::ResamplerWorklet::myTID_p |
|
private |
VBStore* casa::ResamplerWorklet::myVBStore_p |
|
private |
The documentation for this class was generated from the following file: