Xmipp  v3.23.11-Nereus
Macros
tomo_map_back.cpp File Reference
#include "tomo_map_back.h"
#include "core/transformations.h"
Include dependency graph for tomo_map_back.cpp:

Go to the source code of this file.

Macros

#define GET_TOMO_COORD
 

Macro Definition Documentation

◆ GET_TOMO_COORD

#define GET_TOMO_COORD
Value:
int xp=x+j;\
if (xp<0 || xp>=XSIZE(mTomo))\
continue;\
int yp=y+i;\
if (yp<0 || yp>=YSIZE(mTomo))\
continue;\
int zp=z+k;\
if (zp<0 || zp>=ZSIZE(mTomo))\
continue;\
#define YSIZE(v)
static double * y
doublereal * x
#define i
ql0001_ & k(htemp+1),(cvec+1),(atemp+1),(bj+1),(bl+1),(bu+1),(x+1),(clamda+1), &iout, infoqp, &zero,(w+1), &lenw,(iw+1), &leniw, &glob_grd.epsmac
#define XSIZE(v)
#define ZSIZE(v)
double z
#define j

Definition at line 107 of file tomo_map_back.cpp.