#include <processor.h>
Inheritance diagram for EMAN::MakeRadiusProcessor:
Public Member Functions | |
string | get_name () const |
Get the processor's name. | |
string | get_desc () const |
Get the descrition of this specific processor. | |
Static Public Member Functions | |
static Processor * | NEW () |
Static Public Attributes | |
static const string | NAME = "math.toradius" |
Protected Member Functions | |
void | process_dist_pixel (float *pixel, float dist) const |
Definition at line 2794 of file processor.h.
string EMAN::MakeRadiusProcessor::get_desc | ( | ) | const [inline, virtual] |
Get the descrition of this specific processor.
This function must be overwritten by a subclass.
Reimplemented from EMAN::CircularMaskProcessor.
Definition at line 2806 of file processor.h.
string EMAN::MakeRadiusProcessor::get_name | ( | ) | const [inline, virtual] |
Get the processor's name.
Each processor is identified by a unique name.
Implements EMAN::Processor.
Definition at line 2797 of file processor.h.
References NAME.
02798 { 02799 return NAME; 02800 }
static Processor* EMAN::MakeRadiusProcessor::NEW | ( | ) | [inline, static] |
void EMAN::MakeRadiusProcessor::process_dist_pixel | ( | float * | pixel, | |
float | dist | |||
) | const [inline, protected, virtual] |
Implements EMAN::CircularMaskProcessor.
Definition at line 2814 of file processor.h.
References sqrt().
const string MakeRadiusProcessor::NAME = "math.toradius" [static] |