![]() |
Bsoft 2.1.4
Bernard's software package
|
Functions for reading and writing Peter Goodford's GRID files. More...
Functions | |
int | readGOODFORD (Bimage *p, int readdata) |
Reading Peter Goodford's GRID map image file format. A 3D image format used for electrostatic potential maps. Header size: 168 bytes (fixed). File format extensions: .pot The data is packed as slices, each slice with a header of size 20 bytes. Byte order determination: File type and third dimension values must be less than 256*256. Data types: 1 = float. More... | |
int | writeGOODFORD (Bimage *p) |
Writing Peter Goodford's GRID map image file format. A 3D image format used for electrostatic potential maps. More... | |
Variables | |
int | verbose |
Functions for reading and writing Peter Goodford's GRID files.
int readGOODFORD | ( | Bimage * | p, |
int | readdata | ||
) |
Reading Peter Goodford's GRID map image file format. A 3D image format used for electrostatic potential maps. Header size: 168 bytes (fixed). File format extensions: .pot The data is packed as slices, each slice with a header of size 20 bytes. Byte order determination: File type and third dimension values must be less than 256*256. Data types: 1 = float.
*p | the image structure. |
readdata | flag to activate reading of image data. |
int writeGOODFORD | ( | Bimage * | p | ) |
Writing Peter Goodford's GRID map image file format. A 3D image format used for electrostatic potential maps.
*p | the image structure. |
|
extern |