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

EMAN::MinShrinkProcessor::LessThan Struct Reference

List of all members.

Public Member Functions

bool operator() (float left, float right) const
float get_start_val ()

Detailed Description

Definition at line 3390 of file processor.h.


Member Function Documentation

float EMAN::MinShrinkProcessor::LessThan::get_start_val  )  [inline]
 

Definition at line 3393 of file processor.h.

03393 { return 9999999999.0f; }

bool EMAN::MinShrinkProcessor::LessThan::operator() float  left,
float  right
const [inline]
 

Definition at line 3392 of file processor.h.

03392 { return left < right; }


The documentation for this struct was generated from the following file:
Generated on Tue May 25 17:37:18 2010 for EMAN2 by  doxygen 1.4.4