casa
$Rev:20696$
|
Go to the source code of this file.
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines | |
Defines | |
#define | NEED_UNDERSCORES |
#define | gcppeij |
The Gridding Convolution Function (GCF) used by the underlying gridder written in FORTRAN. | |
#define | globalGCFPtr |
Typedefs | |
typedef void(* | casa::GCFPtr )(Double *griduvw, Double *area, Double *raoff1, Double *decoff1, Double *raoff2, Double *decoff2, Int *doGrad, Complex *weight, Complex *dweight1, Complex *dweight2, Double *currentCFPA) |
Functions | |
void | casa::gcppeij (Double *griduvw, Double *area, Double *raoff1, Double *decoff1, Double *raoff2, Double *decoff2, Int *doGrad, Complex *weight, Complex *dweight1, Complex *dweight2, Double *currentCFPA) |
Variables | |
IlluminationConvFunc | casa::gwEij |
#define gcppeij |
The Gridding Convolution Function (GCF) used by the underlying gridder written in FORTRAN.
The arguments must all be pointers and the value of the GCF at the given (u,v) point is returned in the weight variable. Making this a function which returns a complex value (namely the weight) has problems when called in FORTRAN - I (SB) don't understand why.
Definition at line 49 of file GlobalFTMachineCallbacks.h.
#define globalGCFPtr |
Definition at line 50 of file GlobalFTMachineCallbacks.h.
#define NEED_UNDERSCORES |
Definition at line 34 of file GlobalFTMachineCallbacks.h.