In file DMatrix.cpp:

DIVAMatrixExport void CDMatrix::FromFile( FILE *fh )

Reads a matrix from disk in binary format.

Documentation

Reads a matrix from disk in binary format (from the current position of the file pointer), as written from CDMatrix::ToFile().

The matrix is resizew if it doesn't fit the disk matrix.

Returns:
Nothing.
Parameters:
fh - Open file handle.
Author:
Mikkel B. Stegmann
Version:
3-14-2000
See Also:
ToFile


Back DIVA Reference Manual The DIVA-Site