EMAN2
Public Member Functions | List of all members
EMAN::MinShrinkProcessor::LessThan Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 4980 of file processor.h.

Member Function Documentation

◆ get_start_val()

float EMAN::MinShrinkProcessor::LessThan::get_start_val ( )
inline

Definition at line 4983 of file processor.h.

4983{ return 9999999999.0f; }

◆ operator()()

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

Definition at line 4982 of file processor.h.

4982{ return left < right; }

The documentation for this struct was generated from the following file: