#include <averager.h>
Inheritance diagram for EMAN::CtfCAverager:
Public Member Functions | |
string | get_name () const |
Get the Averager's name. | |
string | get_desc () const |
Static Public Member Functions | |
static Averager * | NEW () |
Static Public Attributes | |
static const string | NAME = "ctfc" |
Definition at line 413 of file averager.h.
string EMAN::CtfCAverager::get_desc | ( | ) | const [inline, virtual] |
Implements EMAN::Averager.
Definition at line 421 of file averager.h.
00422 { 00423 return "CTF amplitude corrected average, including SNR weight, but result is unprocessed."; 00424 }
string EMAN::CtfCAverager::get_name | ( | ) | const [inline, virtual] |
Get the Averager's name.
Each Averager is identified by a unique name.
Implements EMAN::Averager.
Definition at line 416 of file averager.h.
References NAME.
00417 { 00418 return NAME; 00419 }
static Averager* EMAN::CtfCAverager::NEW | ( | ) | [inline, static] |
const string CtfCAverager::NAME = "ctfc" [static] |