#include "processor.h"
#include "sparx/processor_sparx.h"
#include "plugins/processor_template.h"
#include "cmp.h"
#include "ctf.h"
#include "xydata.h"
#include "emdata.h"
#include "emassert.h"
#include "randnum.h"
#include "symmetry.h"
#include "averager.h"
#include <gsl/gsl_randist.h>
#include <gsl/gsl_statistics.h>
#include <gsl/gsl_wavelet.h>
#include <gsl/gsl_wavelet2d.h>
#include <gsl/gsl_multimin.h>
#include <algorithm>
#include <ctime>
#include <gsl/gsl_linalg.h>
#include <iostream>
Include dependency graph for processor.cpp:
Go to the source code of this file.
Defines | |
#define | FFTRADIALOVERSAMPLE 4 |
Functions | |
int | EMAN::multi_processors (EMData *image, vector< string > processornames) |
void | EMAN::dump_processors () |
map< string, vector< string > > | EMAN::dump_processors_list () |
map< string, vector< string > > | EMAN::group_processors () |
#define FFTRADIALOVERSAMPLE 4 |
Definition at line 545 of file processor.cpp.
Referenced by EMAN::FourierProcessor::process_inplace().