EMAN2
|
Inertia Matrix computer Computes the Inertia Matrix for a 3-D volume. More...
#include <analyzer.h>
Public Member Functions | |
InertiaMatrixAnalyzer () | |
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 = "inertiamatrix" |
Protected Attributes | |
int | verbose |
vector< EMData * > | ret |
Protected Attributes inherited from EMAN::Analyzer | |
Dict | params |
vector< EMData * > | images |
Inertia Matrix computer Computes the Inertia Matrix for a 3-D volume.
verbose | Display progress if set, more detail with larger numbers |
Definition at line 127 of file analyzer.h.
|
inline |
|
virtual |
main function for Analyzer, analyze input images and create output images
Implements EMAN::Analyzer.
Definition at line 78 of file analyzer.cpp.
References ImageDimensionException, EMAN::Analyzer::images, EMAN::Analyzer::params, ret, EMAN::Dict::set_default(), verbose, x, and y.
|
inlinevirtual |
Get the Analyzer's description.
Implements EMAN::Analyzer.
Definition at line 145 of file analyzer.h.
|
inlinevirtual |
Get the Analyzer's name.
Each Analyzer is identified by a unique name.
Implements EMAN::Analyzer.
Definition at line 140 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 155 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 132 of file analyzer.h.
References EMAN::Analyzer::images.
|
inlinestatic |
|
static |
Definition at line 162 of file analyzer.h.
Referenced by get_name().
|
protected |
Definition at line 166 of file analyzer.h.
Referenced by analyze().
|
protected |
Definition at line 165 of file analyzer.h.
Referenced by analyze().