Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

EMAN::MinPixelOperator 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 = "operate.min"


Detailed Description

Definition at line 5641 of file processor.h.


Member Function Documentation

static float EMAN::MinPixelOperator::binary_operate const float &  left,
const float &  right
[inline, static]
 

Definition at line 5653 of file processor.h.

05653                                                                                            {
05654                                 if (left < right) return left;
05655                                 return right;
05656                         }

string EMAN::MinPixelOperator::get_desc  )  const [inline]
 

Definition at line 5648 of file processor.h.

05649                         {
05650                                 return "Compares pixels in two images, returning an image with the minimum pixel value in each pixel location";
05651                         }

string EMAN::MinPixelOperator::get_name  )  const [inline]
 

Definition at line 5643 of file processor.h.

References NAME.

05644                         {
05645                                 return NAME;
05646                         }


Member Data Documentation

const string MinPixelOperator::NAME = "operate.min" [static]
 

Definition at line 5658 of file processor.h.

Referenced by get_name().


The documentation for this class was generated from the following files:
Generated on Mon Jul 19 13:07:16 2010 for EMAN2 by  doxygen 1.4.4