Public Member Functions | |
MRCReaderWriter (char *fn) | |
Constructor. | |
MRCReaderWriter () | |
Empty constructor. | |
void | Read (const char *fn_in, float **data, DensityHeader &head) |
Reads an MRC file and translates the header to the general DensityHeader. | |
void | Write (const char *fn_out, const float *data, const DensityHeader &head) |
Writes an MRC file from the data and the general DensityHeader. |
IMP::em::MRCReaderWriter::MRCReaderWriter | ( | char * | fn | ) |
Constructor.
param[in] fn name of the file to open or write