Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ctf.cpp File Reference

#include "ctf.h"
#include "emdata.h"
#include "xydata.h"
#include "emassert.h"

Include dependency graph for ctf.cpp:

Include dependency graph

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

int max_int int  a,
int  b
[inline]
 

Definition at line 644 of file ctf.cpp.

References b.

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

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

int min_int int  a,
int  b
[inline]
 

Definition at line 645 of file ctf.cpp.

References b.

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

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


Generated on Tue Jun 11 13:40:52 2013 for EMAN2 by  doxygen 1.3.9.1