Lines Matching refs:Header
61 // Constructor -- opens the file and writes the file header.
62 // The file header is also copied into the OutputFile object,
63 // and can later be accessed via the header() method.
71 OutputFile (const char fileName[], const Header &header,
77 // that has already been opened, and writes the file header.
78 // The file header is also copied into the OutputFile object,
79 // and can later be accessed via the header() method.
87 OutputFile (OStream &os, const Header &header,
110 // Access to the file header
113 const Header & header () const;
143 // progressing in the direction indicated by header.lineOrder().
147 // header().dataWindow().max.y - header().dataWindow().min.y + 1.
160 // If header.lineOrder() == INCREASING_Y:
163 // is header().dataWindow().min.y. After writing each scan line,
166 // If header.lineOrder() == DECREASING_Y:
169 // is header().dataWindow().max.y. After writing each scan line,
180 // This file's header must be compatible with the InputFile's
181 // header: The two header's "dataWindow", "compression",
192 // preview image attribute in the file's header. If the header
199 // image is an attribute in the file's header, it gets stored in
233 void initialize (const Header &header);