#include <processor.h>
Public Member Functions | |
string | get_name () const |
string | get_desc () const |
Static Public Member Functions | |
static float | binary_operate (const float &left, const float &right) |
Static Public Attributes | |
static const string | NAME = "math.max" |
Definition at line 5704 of file processor.h.
static float EMAN::MaxPixelOperator::binary_operate | ( | const float & | left, | |
const float & | right | |||
) | [inline, static] |
string EMAN::MaxPixelOperator::get_desc | ( | ) | const [inline] |
Definition at line 5711 of file processor.h.
05712 { 05713 return "Compares pixels in two images, returning an image with the maximum pixel value in each pixel location"; 05714 }
string EMAN::MaxPixelOperator::get_name | ( | ) | const [inline] |
const string MaxPixelOperator::NAME = "math.max" [static] |