EMAN2
Macros
projector.cpp File Reference
#include "projector.h"
#include "emdata.h"
#include "interp.h"
#include "emutil.h"
#include "plugins/projector_template.h"
Include dependency graph for projector.cpp:

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 ]
 

Macro Definition Documentation

◆ anglelist

#define anglelist (   i,
 
)    anglelist[((j)-1)*3 + (i) - 1]

Definition at line 1607 of file projector.cpp.

◆ cord

#define cord (   i,
 
)    cord[((j)-1)*3 + (i) -1]

Definition at line 1346 of file projector.cpp.

◆ cube

#define cube (   i,
  j,
 
)    cube[ ((k-1)*ny + j-1)*nx + i-1 ]

Definition at line 1344 of file projector.cpp.

◆ dm [1/2]

#define dm (   i)    dm[(i)-1]

Definition at line 1606 of file projector.cpp.

◆ dm [2/2]

#define dm (   i,
 
)    dm[((j)-1)*9 + (i) -1]

Definition at line 1606 of file projector.cpp.

◆ images [1/3]

#define images (   i,
  j,
 
)    images[ ((k-1)*nyvol + j-1)*nxvol + i-1 ]

Definition at line 1897 of file projector.cpp.

◆ images [2/3]

#define images (   i,
  j,
 
)    images[ ((k)-1)*nximg*nyimg + ((j)-1)*nximg + (i)-1 ]

Definition at line 1897 of file projector.cpp.

◆ images [3/3]

#define images (   i,
  j,
 
)    images[ (k)*nx*ny + ((j)-1)*nx + (i)-1 ]

Definition at line 1897 of file projector.cpp.

◆ ptrs

#define ptrs (   i)    ptrs[(i)-1]

Definition at line 1347 of file projector.cpp.

◆ sphere

#define sphere (   i)    sphere[(i)-1]

Definition at line 1345 of file projector.cpp.

◆ x [1/2]

#define x (   i)    x[(i)-1]

Definition at line 1517 of file projector.cpp.

◆ x [2/2]

#define x (   i,
 
)    x[((j)-1)*nx + (i) - 1]

Definition at line 1517 of file projector.cpp.

◆ y [1/2]

#define y (   i)    y[(i)-1]

Definition at line 1516 of file projector.cpp.

◆ y [2/2]

#define y (   i,
 
)    y[(j-1)*nx + i - 1]

Definition at line 1516 of file projector.cpp.