EMAN2
Functions
ctf.cpp File Reference
#include "ctf.h"
#include "emdata.h"
#include "xydata.h"
#include "emassert.h"
Include dependency graph for ctf.cpp:

Go to the source code of this file.

Functions

int max_int (int a, int b)
 
int min_int (int a, int b)
 

Function Documentation

◆ max_int()

int max_int ( int  a,
int  b 
)
inline

Definition at line 728 of file ctf.cpp.

728{ return a>b?a:b; }

Referenced by EMAN::EMAN2Ctf::compute_1d().

◆ min_int()

int min_int ( int  a,
int  b 
)
inline

Definition at line 729 of file ctf.cpp.

729{ return a<b?a:b; }

Referenced by EMAN::EMAN2Ctf::compute_1d().