IMP
2.0.1
The Integrative Modeling Platform
|
#include <IMP/em/MRCReaderWriter.h>
Public Member Functions | |
MRCReaderWriter () | |
Empty constructor. | |
MRCReaderWriter (std::string fn) | |
Constructor. More... | |
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::base::Object | |
Object (std::string name) | |
Construct an object with the given name. More... | |
Related Functions inherited from IMP::base::Object | |
typedef IMP::base::Vector < IMP::base::WeakPointer < Object > > | ObjectsTemp |
A class to read and write MRC files.
Definition at line 20 of file MRCReaderWriter.h.
IMP::em::MRCReaderWriter::MRCReaderWriter | ( | std::string | fn | ) |
param[in] fn name of the file to open or write
Definition at line 29 of file MRCReaderWriter.h.