#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 368 of file averager.h.
string EMAN::CtfCAverager::get_desc | ( | ) | const [inline, virtual] |
Implements EMAN::Averager.
Definition at line 376 of file averager.h.
00377 { 00378 return "CTF amplitude corrected average, including SNR weight, but result is unprocessed."; 00379 }
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 371 of file averager.h.
References NAME.
00372 { 00373 return NAME; 00374 }
static Averager* EMAN::CtfCAverager::NEW | ( | ) | [inline, static] |
const string CtfCAverager::NAME = "ctfc" [static] |