![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing Peter Goodford's GRID files. More...
#include "rwimg.h"
Classes | |
struct | GOODFORDhead |
struct | GFslice_head |
Macros | |
#define | GOODFORDSIZE 168 |
#define | GFSLICESIZE 20 |
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... | |
Header file for reading and writing Peter Goodford's GRID files.
Format: 3D electrostatic potential format for UHBD
#define GFSLICESIZE 20 |
#define GOODFORDSIZE 168 |
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. |