#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) |
|
Definition at line 640 of file ctf.cpp. References b. Referenced by EMAN::EMAN2Ctf::compute_1d(). 00640 { return a>b?a:b; }
|
|
Definition at line 641 of file ctf.cpp. References b. Referenced by EMAN::EMAN2Ctf::compute_1d(). 00641 { return a<b?a:b; }
|