|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing Brix files. More...
#include "rwimg.h"Macros | |
| #define | BRIXSIZE 512 |
Functions | |
| int | readBRIX (Bimage *p, int readdata) |
| Reading a BRIX image file format. More... | |
| int | writeBRIX (Bimage *p) |
| Writing a BRIX image file format. More... | |
Header file for reading and writing Brix files.
Format: 3D crystallographic image file format for the program 'O'
| #define BRIXSIZE 512 |
| int readBRIX | ( | Bimage * | p, |
| int | readdata | ||
| ) |
Reading a BRIX image file format.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| int writeBRIX | ( | Bimage * | p | ) |
Writing a BRIX image file format.
| *p | the image structure. |