EMAN2
Public Member Functions | List of all members
EMAN::MaxShrinkProcessor::GreaterThan Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 4921 of file processor.h.

Member Function Documentation

◆ get_start_val()

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

Definition at line 4924 of file processor.h.

4924{ return -10000000; }

◆ operator()()

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

Definition at line 4923 of file processor.h.

4923{ return left > right; }

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