|
Bsoft 2.1.4
Bernard's software package
|
Functions for reading and writing MRC files. More...
#include "rwMRC.h"#include "rwCCP4.h"#include "file_util.h"#include "utilities.h"#include "rwsymop.h"Classes | |
| struct | SERIhead |
Functions | |
| int | readMRC (Bimage *p, int readdata, int img_select) |
| Reading a MRC map image file format. More... | |
| int | writeMRC (Bimage *p) |
| Writing a MRC map image file format. More... | |
Variables | |
| int | verbose |
Functions for reading and writing MRC files.
| int readMRC | ( | Bimage * | p, |
| int | readdata, | ||
| int | img_select | ||
| ) |
Reading a MRC map image file format.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| img_select | image selection in multi-image file (-1 = all images). |
| int writeMRC | ( | Bimage * | p | ) |
Writing a MRC map image file format.
| *p | the image structure. |
|
extern |