TAbstractMtxVecInt::WriteHeader Method

virtual void WriteHeader(DewStream *DstStream, TPrecision aPrecision = TPrecision::prInteger, TEndianness Endian = MtxSystemEndianness);

Writes the header information for the calling vector to a stream.

#NameTypeDescription
1DstStreamDewStream *
2aPrecision = TPrecision::prIntegerTPrecision
3Endian = MtxSystemEndiannessTEndianness
Remarks:

Writes the header information for the calling object to a DstStream stream. The header information contains information about object (size, type of values in Values array, ...) which all define the state of the object. Number type is defined by the Precision parameter. Attempt to save single precision or double precision will raise an exception.

See Also: TAbstractMtxVecInt::ReadHeader, TAbstractMtxVecInt::WriteValues, TMtxVecBase::SaveToStream
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler