#include <processor.h>


Public Member Functions | |
| string | get_name () const |
| Get the processor's name. | |
Static Public Member Functions | |
| static Processor * | NEW () |
Protected Member Functions | |
| void | process_pixel (float *x) const |
| string | get_desc () const |
| Get the descrition of this specific processor. | |
Definition at line 1077 of file processor.h.
| string EMAN::AbsoluateValueProcessor::get_name | ( | ) | const [inline, virtual] |
Get the processor's name.
Each processor is identified by a unique name.
Implements EMAN::Processor.
Definition at line 1080 of file processor.h.
| static Processor* EMAN::AbsoluateValueProcessor::NEW | ( | ) | [inline, static] |
Definition at line 1084 of file processor.h.
01085 { 01086 return new AbsoluateValueProcessor(); 01087 }
| void EMAN::AbsoluateValueProcessor::process_pixel | ( | float * | x | ) | const [inline, protected, virtual] |
| string EMAN::AbsoluateValueProcessor::get_desc | ( | ) | const [inline, protected, virtual] |
Get the descrition of this specific processor.
This function must be overwritten by a subclass.
Implements EMAN::Processor.
Definition at line 1094 of file processor.h.
1.5.6