#include <map_io_mrc_handler.hh>
Inherits MapIOHandler.
Detailed Description
Definition at line 59 of file map_io_mrc_handler.hh.
Constructor & Destructor Documentation
Member Function Documentation
| virtual void Export |
( |
const img::MapHandle & |
sh, |
|
|
const boost::filesystem::path & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
virtual |
| virtual void Export |
( |
const img::MapHandle & |
sh, |
|
|
std::ostream & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
virtual |
| static String GetFormatDescription |
( |
| ) |
|
|
inlinestatic |
| static String GetFormatName |
( |
| ) |
|
|
inlinestatic |
| virtual void Import |
( |
img::MapHandle & |
sh, |
|
|
const boost::filesystem::path & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
virtual |
Map IO handler to read/write mrc and ccp4 map files.
This map IO handler reads and writes MRC formatted map files, as generated by the MRC electron crystallography processing package
Implements MapIOHandler.
| virtual void Import |
( |
img::MapHandle & |
sh, |
|
|
std::istream & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
virtual |
| static bool MatchContent |
( |
unsigned char * |
header | ) |
|
|
static |
| static bool MatchSuffix |
( |
const String & |
loc | ) |
|
|
static |
The documentation for this class was generated from the following file: