EMAN2
|
#include "projector.h"
#include "emdata.h"
#include "interp.h"
#include "emutil.h"
#include "plugins/projector_template.h"
Go to the source code of this file.
Macros | |
#define | cube(i, j, k) cube[ ((k-1)*ny + j-1)*nx + i-1 ] |
#define | sphere(i) sphere[(i)-1] |
#define | cord(i, j) cord[((j)-1)*3 + (i) -1] |
#define | ptrs(i) ptrs[(i)-1] |
#define | dm(i) dm[(i)-1] |
#define | x(i) x[(i)-1] |
#define | y(i, j) y[(j-1)*nx + i - 1] |
#define | y(i) y[(i)-1] |
#define | x(i, j) x[((j)-1)*nx + (i) - 1] |
#define | dm(i, j) dm[((j)-1)*9 + (i) -1] |
#define | anglelist(i, j) anglelist[((j)-1)*3 + (i) - 1] |
#define | images(i, j, k) images[ ((k-1)*nyvol + j-1)*nxvol + i-1 ] |
#define | images(i, j, k) images[ ((k)-1)*nximg*nyimg + ((j)-1)*nximg + (i)-1 ] |
#define | images(i, j, k) images[ (k)*nx*ny + ((j)-1)*nx + (i)-1 ] |
#define anglelist | ( | i, | |
j | |||
) | anglelist[((j)-1)*3 + (i) - 1] |
Definition at line 1607 of file projector.cpp.
#define cord | ( | i, | |
j | |||
) | cord[((j)-1)*3 + (i) -1] |
Definition at line 1346 of file projector.cpp.
#define cube | ( | i, | |
j, | |||
k | |||
) | cube[ ((k-1)*ny + j-1)*nx + i-1 ] |
Definition at line 1344 of file projector.cpp.
#define dm | ( | i | ) | dm[(i)-1] |
Definition at line 1606 of file projector.cpp.
#define dm | ( | i, | |
j | |||
) | dm[((j)-1)*9 + (i) -1] |
Definition at line 1606 of file projector.cpp.
#define images | ( | i, | |
j, | |||
k | |||
) | images[ ((k-1)*nyvol + j-1)*nxvol + i-1 ] |
Definition at line 1897 of file projector.cpp.
#define images | ( | i, | |
j, | |||
k | |||
) | images[ ((k)-1)*nximg*nyimg + ((j)-1)*nximg + (i)-1 ] |
Definition at line 1897 of file projector.cpp.
#define images | ( | i, | |
j, | |||
k | |||
) | images[ (k)*nx*ny + ((j)-1)*nx + (i)-1 ] |
Definition at line 1897 of file projector.cpp.
#define ptrs | ( | i | ) | ptrs[(i)-1] |
Definition at line 1347 of file projector.cpp.
#define sphere | ( | i | ) | sphere[(i)-1] |
Definition at line 1345 of file projector.cpp.
#define x | ( | i | ) | x[(i)-1] |
Definition at line 1517 of file projector.cpp.
#define x | ( | i, | |
j | |||
) | x[((j)-1)*nx + (i) - 1] |
Definition at line 1517 of file projector.cpp.
#define y | ( | i | ) | y[(i)-1] |
Definition at line 1516 of file projector.cpp.
#define y | ( | i, | |
j | |||
) | y[(j-1)*nx + i - 1] |
Definition at line 1516 of file projector.cpp.