#include <processor.h>
Inheritance diagram for EMAN::FloorValueProcessor:
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.floor" |
Protected Member Functions | |
void | process_pixel (float *x) const |
string | get_desc () const |
Get the descrition of this specific processor. |
Definition at line 1233 of file processor.h.
string EMAN::FloorValueProcessor::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 1253 of file processor.h.
string EMAN::FloorValueProcessor::get_name | ( | ) | const [inline, virtual] |
Get the processor's name.
Each processor is identified by a unique name.
Implements EMAN::Processor.
Definition at line 1236 of file processor.h.
References NAME.
01237 { 01238 return NAME; 01239 }
static Processor* EMAN::FloorValueProcessor::NEW | ( | ) | [inline, static] |
void EMAN::FloorValueProcessor::process_pixel | ( | float * | x | ) | const [inline, protected, virtual] |
const string FloorValueProcessor::NAME = "math.floor" [static] |