wvFBasisBitstream(3) USC Math Department
Back to wvlib encoding function index
wvFBasisBitstream(3)

Name

wvFReadBasisFromBitstream, wvFWriteBasisToBitstream - basis input/output (using bitstream format).

Synopsis

#include <wv/bas_normal.h>
#include <wv/enc_bitstream.h>

WVbasisMatrixPtrArr wvFReadBasisFromBitstream(FILE *fp);

wvBool wvFWriteBasisToBitstream(FILE *fp, const WVbasisMatrixPtrArr basArr);

Description

wvFReadBasisFromBitstream reads a bitstream from the input stream fp and returns the basis it represents.

wvFWriteBasisToBitstream converts basis to a bitstream and writes the bitstream to the output stream fp.

See Also

wvBitstreamEncode(3), wvBitstreamDecode(3), wvBuildBasis(3), wvFReadBitstream(3), wvFWriteBitstream(3),

Diagnostics

wvFReadBasisFromBitstream returns wvFalse and wvFWriteBasisToBitstream returns A NULL pointer if the request cannot be completed (usually indicating that the process has run out of memory).

Back to wvlib encoding function index Last Updated: 02 February 1999