EMAN2
|
Shape characterization Computes a set of values characteristic of the shape of a volume. More...
#include <analyzer.h>
Public Member Functions | |
ShapeAnalyzer () | |
virtual int | insert_image (EMData *image) |
insert a image to the list of input images More... | |
virtual vector< EMData * > | analyze () |
main function for Analyzer, analyze input images and create output images More... | |
string | get_name () const |
Get the Analyzer's name. More... | |
string | get_desc () const |
Get the Analyzer's description. More... | |
TypeDict | get_param_types () const |
Get Analyzer parameter information in a dictionary. More... | |
Public Member Functions inherited from EMAN::Analyzer | |
Analyzer () | |
virtual | ~Analyzer () |
virtual int | insert_images_list (vector< EMData * > image_list) |
insert a list of images to the list of input images More... | |
virtual void | set_params (const Dict &new_params) |
Set the Analyzer parameters using a key/value dictionary. More... | |
virtual Dict | get_params () const |
Get the Reconstructor's parameters in a key/value dictionary. More... | |
Static Public Member Functions | |
static Analyzer * | NEW () |
Static Public Attributes | |
static const string | NAME = "shape" |
Protected Attributes | |
int | verbose |
vector< EMData * > | ret |
Protected Attributes inherited from EMAN::Analyzer | |
Dict | params |
vector< EMData * > | images |
Shape characterization Computes a set of values characteristic of the shape of a volume.
The first 3 values are distributions along X, Y and Z axes respectively, and are not orientation independent.
verbose | Display progress if set, more detail with larger numbers |
Definition at line 177 of file analyzer.h.
|
inline |
|
virtual |
main function for Analyzer, analyze input images and create output images
Implements EMAN::Analyzer.
Definition at line 122 of file analyzer.cpp.
References ImageDimensionException, EMAN::Analyzer::images, EMAN::Analyzer::params, ret, EMAN::Dict::set_default(), sqrt(), verbose, x, and y.
|
inlinevirtual |
Get the Analyzer's description.
Implements EMAN::Analyzer.
Definition at line 195 of file analyzer.h.
|
inlinevirtual |
Get the Analyzer's name.
Each Analyzer is identified by a unique name.
Implements EMAN::Analyzer.
Definition at line 190 of file analyzer.h.
References NAME.
|
inlinevirtual |
Get Analyzer parameter information in a dictionary.
Each parameter has one record in the dictionary. Each record contains its name, data-type, and description.
Implements EMAN::Analyzer.
Definition at line 205 of file analyzer.h.
References EMAN::EMObject::INT, and EMAN::TypeDict::put().
|
inlinevirtual |
insert a image to the list of input images
image |
Implements EMAN::Analyzer.
Definition at line 182 of file analyzer.h.
References EMAN::Analyzer::images.
|
inlinestatic |
|
static |
Definition at line 212 of file analyzer.h.
Referenced by get_name().
|
protected |
Definition at line 216 of file analyzer.h.
Referenced by analyze().
|
protected |
Definition at line 215 of file analyzer.h.
Referenced by analyze().