![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing BioRad files. More...
#include "rwimg.h"
Classes | |
struct | BIORADhead |
Macros | |
#define | BIORADSIZE 76 |
Functions | |
int | readBIORAD (Bimage *p, int readdata) |
Reading a BioRad image file format. More... | |
int | writeBIORAD (Bimage *p) |
Writing a BioRad image file format. More... | |
Header file for reading and writing BioRad files.
Format: BioRad 3D confocal microscopy image file format@author Bernard Heymann
#define BIORADSIZE 76 |
int readBIORAD | ( | Bimage * | p, |
int | readdata | ||
) |
Reading a BioRad image file format.
*p | the image structure. |
readdata | flag to activate reading of image data. |
int writeBIORAD | ( | Bimage * | p | ) |
Writing a BioRad image file format.
*p | the image structure. |