EMAN2
|
#include <reconstructor.h>
Public Member Functions | |
newfile_store (const string &prefix, int npad, bool ctf) | |
virtual | ~newfile_store () |
void | add_image (EMData *data, const Transform &tf) |
void | add_tovol (EMData *fftvol, EMData *wgtvol, const vector< int > &mults, int pbegin, int pend) |
void | get_image (int id, EMData *buf) |
void | read (int nprj) |
void | restart () |
Private Attributes | |
int | m_npad |
bool | m_ctf |
string | m_bin_file |
string | m_txt_file |
shared_ptr< std::ofstream > | m_bin_of |
shared_ptr< std::ofstream > | m_txt_of |
shared_ptr< std::ifstream > | m_bin_if |
vector< std::istream::off_type > | m_offsets |
vector< point_t > | m_points |
Definition at line 1745 of file reconstructor.h.
newfile_store::newfile_store | ( | const string & | prefix, |
int | npad, | ||
bool | ctf | ||
) |
Definition at line 6298 of file reconstructor.cpp.
|
virtual |
Definition at line 6306 of file reconstructor.cpp.
Definition at line 6310 of file reconstructor.cpp.
References checked_delete(), EMAN::point_t::ctf2, EMAN::point_t::imag, m_bin_file, m_bin_of, m_ctf, m_npad, m_offsets, m_txt_file, m_txt_of, EMAN::padfft_slice(), EMAN::point_t::pos2, EMAN::point_t::real, sqrt(), and EMAN::Ctf::to_dict().
void newfile_store::add_tovol | ( | EMData * | fftvol, |
EMData * | wgtvol, | ||
const vector< int > & | mults, | ||
int | pbegin, | ||
int | pend | ||
) |
Definition at line 6502 of file reconstructor.cpp.
void newfile_store::get_image | ( | int | id, |
EMData * | buf | ||
) |
Definition at line 6432 of file reconstructor.cpp.
References Assert, m_bin_file, m_bin_if, m_offsets, and m_txt_file.
void newfile_store::read | ( | int | nprj | ) |
Definition at line 6466 of file reconstructor.cpp.
References m_bin_file, m_bin_if, m_offsets, m_points, and m_txt_file.
void newfile_store::restart | ( | ) |
Definition at line 6528 of file reconstructor.cpp.
References m_bin_file, and m_bin_if.
|
private |
Definition at line 1767 of file reconstructor.h.
Referenced by add_image(), get_image(), read(), and restart().
|
private |
Definition at line 1772 of file reconstructor.h.
Referenced by get_image(), read(), and restart().
|
private |
Definition at line 1770 of file reconstructor.h.
Referenced by add_image().
|
private |
Definition at line 1765 of file reconstructor.h.
Referenced by add_image(), and newfile_store().
|
private |
Definition at line 1763 of file reconstructor.h.
Referenced by add_image(), and newfile_store().
|
private |
Definition at line 1773 of file reconstructor.h.
Referenced by add_image(), add_tovol(), get_image(), and read().
|
private |
Definition at line 1775 of file reconstructor.h.
Referenced by add_tovol(), and read().
|
private |
Definition at line 1768 of file reconstructor.h.
Referenced by add_image(), get_image(), and read().
|
private |
Definition at line 1771 of file reconstructor.h.
Referenced by add_image().