![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing Basel GRD files. More...
#include "rwimg.h"
Classes | |
struct | GRDhead |
Macros | |
#define | GRDSIZE 512 |
Functions | |
int | readGRD (Bimage *p, int readdata, int img_select) |
Reading a Basel GRD map image file format. More... | |
int | writeGRD (Bimage *p, int flags) |
Writing a Basel GRD map image file format. More... | |
Header file for reading and writing Basel GRD files.
Format: 3D crystallographic image file format (Basel)
#define GRDSIZE 512 |
int readGRD | ( | Bimage * | p, |
int | readdata, | ||
int | img_select | ||
) |
Reading a Basel GRD 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 writeGRD | ( | Bimage * | p, |
int | flags | ||
) |
Writing a Basel GRD map image file format.
*p | the image structure. |
flags | flags to set output properties. |