54      virtual void setBuffer(
int s, 
int b, 
int dn) 
const;
 
   62      unsigned char *m_raster;
 
 
File name manipulation and expansion.
Definition FileName.h:100
 
StreamExporter()
Construct the stream exporter.
Definition StreamExporter.cpp:21
 
static bool canWriteFormat(QString format)
Returns true if the format is "tiff".
Definition TiffExporter.cpp:172
 
virtual void writeLine(int l) const
Writes a line of buffered data to the output image on disk.
Definition TiffExporter.cpp:157
 
virtual void setBuffer(int s, int b, int dn) const
Set the DN value at the given sample and band, resolved to a single index, of the line buffer.
Definition TiffExporter.cpp:130
 
virtual void write(FileName outputName, int quality=100, QString compression="none", UserInterface *ui=nullptr)
Open the output file for writing, initialize its fields, then let the base ImageExporter handle the g...
Definition TiffExporter.cpp:74
 
TiffExporter()
Construct the TIFF exporter.
Definition TiffExporter.cpp:24
 
virtual ~TiffExporter()
Destruct the exporter.
Definition TiffExporter.cpp:35
 
virtual void createBuffer()
Creates the buffer to store a chunk of streamed line data with one or more bands.
Definition TiffExporter.cpp:50
 
Command Line and Xml loader, validation, and access.
Definition UserInterface.h:139
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16