EMAN::MaxPixelOperator Class Reference

#include <processor.h>

List of all members.

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"


Detailed Description

Definition at line 5665 of file processor.h.


Member Function Documentation

static float EMAN::MaxPixelOperator::binary_operate ( const float &  left,
const float &  right 
) [inline, static]

Definition at line 5677 of file processor.h.

05677                                                                                    {
05678                         if (left > right) return left;
05679                         return right;
05680                 }

string EMAN::MaxPixelOperator::get_desc (  )  const [inline]

Definition at line 5672 of file processor.h.

05673                 {
05674                         return "Compares pixels in two images, returning an image with the maximum pixel value in each pixel location";
05675                 }

string EMAN::MaxPixelOperator::get_name (  )  const [inline]

Definition at line 5667 of file processor.h.

References NAME.

05668                 {
05669                         return NAME;
05670                 }


Member Data Documentation

const string MaxPixelOperator::NAME = "math.max" [static]

Definition at line 5682 of file processor.h.

Referenced by get_name().


The documentation for this class was generated from the following files:
Generated on Fri Aug 10 16:33:02 2012 for EMAN2 by  doxygen 1.4.7