The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Matrix Class TMat4D Methods ReadBinaryHeader | |||||||||
See also: LoadBinary, ReadBinary, ReadLayer, Read4DLayer | |||||||||
ReadBinaryHeader |
|||||||||
The function ReadBinaryHeader reads the header of the binary data file FName and returns the dimension of the hypercube matrix in the variable parameters NrColumns, NrRows, NrLayers, and NrTimeSlots. The variable parameter DataID returns the ID string of the matrix. The numeric format of the data file is returned in the variable parameter Format: 1 = double The function value returns TRUE if the data in the binary file represent a valid TMat4D structure.
|