char[3] |
file identification tag "WSF" |
double |
double precision floating point variable, identifies
the version of Wintrack from which the file was written. |
int |
32bit integer variable, specifies number of tiles
in horizontal direction. |
int |
32bit integer variable, specifies number of tiles
in vertical direction. |
double |
precision floating point variable, identifies the
value associated with the lower end of the color scale. |
double |
double precision floating point variable, identifies
the value associated with the upper end of the color scale. |
double |
double double precision floating point variable, identifies the
value associated with the middle of the color scale.
|
double* |
array of double precision floating point variables,
specifies the surface variable value associated with each cell.
The number of elements in the array equals the number of tiles.
The representation of tiles starts with the upper left tile and
ends with the bottom right one, scanning tiles column by column. |
double* |
array of 11 double precision floating point variables,
specifies the variable values associated with the 11 scale colors. |
COLORREF* |
array of 11 Win32 COLORREF structures, specifies the
11 24bit RGB scale colors. |