IMP  2.0.1
The Integrative Modeling Platform
IMP::em::MRCReaderWriter Class Reference

#include <IMP/em/MRCReaderWriter.h>

+ Inheritance diagram for IMP::em::MRCReaderWriter:

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...
 

Detailed Description

A class to read and write MRC files.

Definition at line 20 of file MRCReaderWriter.h.

Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: