TVec::ReadHeader Method

virtual TPrecision ReadHeader(DewStream *Src, TEndianness Endian = MtxSystemEndianness);

Reads the header information from a stream to object.

#NameTypeDescription
1SrcDewStream *
2Endian = MtxSystemEndiannessTEndianness
Remarks:

Reads the header information from a DstStream stream to calling object. The header information contains all necessary information defining the object. The function returns the precision in which the data was stored. This information is required for the TVec::ReadValues method.

See Also: TVec::ReadValues, TVec::WriteValues, TVec::WriteHeader
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler