EMAN::MaxShrinkProcessor::GreaterThan 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 3331 of file processor.h.


Member Function Documentation

float EMAN::MaxShrinkProcessor::GreaterThan::get_start_val (  )  [inline]

Definition at line 3334 of file processor.h.

03334 { return -10000000; }

bool EMAN::MaxShrinkProcessor::GreaterThan::operator() ( float  left,
float  right 
) const [inline]

Definition at line 3333 of file processor.h.

03333 { return left > right; }


The documentation for this struct was generated from the following file:
Generated on Tue May 25 17:16:57 2010 for EMAN2 by  doxygen 1.4.7