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

float binary_operate (const float &left, const float &right)

Static Public Attributes

const string NAME = "operate.min"


Member Function Documentation

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

Definition at line 5612 of file processor.h.

05612                                                                                            {
05613                                 if (left < right) return left;
05614                                 return right;
05615                         }

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

Definition at line 5607 of file processor.h.

05608                         {
05609                                 return "Compares pixels in two images, returning an image with the minimum pixel value in each pixel location";
05610                         }

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

Definition at line 5602 of file processor.h.

05603                         {
05604                                 return NAME;
05605                         }


Member Data Documentation

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

Definition at line 185 of file processor.cpp.


The documentation for this class was generated from the following files:
Generated on Fri Apr 30 15:39:27 2010 for EMAN2 by  doxygen 1.3.9.1