![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing the What If MFF files. More...
#include "rwimg.h"
Classes | |
struct | MFFhead |
Macros | |
#define | MFFSIZE 268 |
Functions | |
int | readMFF (Bimage *p, int readdata) |
Reading a MFF image format. More... | |
int | writeMFF (Bimage *p) |
Writeing a MFF image format. More... | |
Header file for reading and writing the What If MFF files.
Format: 3D crystallographic image file format for the program WHAT IF
#define MFFSIZE 268 |
int readMFF | ( | Bimage * | p, |
int | readdata | ||
) |
Reading a MFF image format.
*p | the image structure. |
readdata | flag to activate reading of image data. |
int writeMFF | ( | Bimage * | p | ) |
Writeing a MFF image format.
*p | the image structure. |