nw::gfx::res::ResFileHeader Class

Syntax

class ResFileHeader : public nw::ut::ResCommon< ResFileHeaderData >

Description

Binary resource class that represents file headers for graphics.

Member Functions

ResFileHeader Constructor.
ref
operator==
operator!=
GetSignature Gets the signature.
SetSignature Sets the signature.
GetByteOrder Gets the byte order.
SetByteOrder Sets the byte order.
GetHeaderSize Gets the header size.
SetHeaderSize Sets the header size.
GetRevision Gets the revision information.
SetRevision Sets the revision information.
GetFileSize Gets the file size.
SetFileSize Sets the file size.
GetNumBlocks Gets the number of blocks.
SetNumBlocks Sets the number of blocks.
GetFileHeader Gets a binary file header.
GetFirstBlockHeader Gets binary block information.
GetImageBlockData Gets the start data address of an image data block.
GetImageBlockDataSize Gets the data size of the image data block.
ptr Returns a pointer to a binary resource structure. (Derived from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResFileHeader


CONFIDENTIAL