#include <map>
#include <vector>
#include "log.h"
#include "exception.h"
Include dependency graph for polardata.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | EMAN |
Classes | |
class | EMAN::UnevenMatrix |
a general data structure for a matrix with variable x dim size for different y More... | |
struct | EMAN::UnevenMatrix::Xdim |
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... | |
class | EMAN::PolarData |
a specialized image class for storing the results of a transform from EMData to polar coordinates, currently support 2D only. More... | |
Variables | |
const int | MAXFFT = 32768 |
|
Definition at line 49 of file polardata.h. |