#include <processor.h>
Inheritance diagram for EMAN::AbsoluateValueProcessor:
Public Member Functions | |
string | get_name () const |
Get the processor's name. | |
Static Public Member Functions | |
static Processor * | NEW () |
Static Public Attributes | |
static const string | NAME = "math.absvalue" |
Protected Member Functions | |
void | process_pixel (float *x) const |
string | get_desc () const |
Get the descrition of this specific processor. |
Definition at line 1260 of file processor.h.
|
Get the descrition of this specific processor. This function must be overwritten by a subclass.
Implements EMAN::Processor. Definition at line 1280 of file processor.h.
|
|
Get the processor's name. Each processor is identified by a unique name.
Implements EMAN::Processor. Definition at line 1263 of file processor.h. References NAME. 01264 { 01265 return NAME; 01266 }
|
|
Definition at line 1267 of file processor.h. 01268 { 01269 return new AbsoluateValueProcessor(); 01270 }
|
|
Implements EMAN::RealPixelProcessor. Definition at line 1275 of file processor.h.
|
|
Definition at line 1272 of file processor.h. Referenced by get_name(). |