EMAN2
|
struct to define x dimension size for each y, x0 is inclusive, x1 is one after the maximum, [x0, x1), so the corresponding x dim size is (x1-x0) More...
#include <polardata.h>
Public Member Functions | |
Xdim () | |
Xdim (int i0, int i1) | |
Public Attributes | |
int | x0 |
int | x1 |
struct to define x dimension size for each y, x0 is inclusive, x1 is one after the maximum, [x0, x1), so the corresponding x dim size is (x1-x0)
Definition at line 110 of file polardata.h.
|
inline |
Definition at line 113 of file polardata.h.
|
inline |
Definition at line 114 of file polardata.h.
int EMAN::UnevenMatrix::Xdim::x0 |
Definition at line 111 of file polardata.h.
Referenced by Xdim().
int EMAN::UnevenMatrix::Xdim::x1 |
Definition at line 112 of file polardata.h.
Referenced by Xdim().