|
Isis 3 Programmer Reference
|
11 #include "StreamExporter.h"
47 QString compression=
"none");
54 virtual void setBuffer(
int s,
int b,
int dn)
const;
File name manipulation and expansion.
TIFF * m_image
Object responsible for writing data to the output image.
unsigned char * m_raster
Array containing all color channels for a line.
Exports cubes into a standard format in incremental pieces.
TiffExporter()
Construct the TIFF exporter.
virtual ~TiffExporter()
Destruct the exporter.
Exports cubes into TIFF images.
virtual void writeLine(int l) const
Writes a line of buffered data to the output image on disk.
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.
static bool canWriteFormat(QString format)
Returns true if the format is "tiff".
virtual void write(FileName outputName, int quality=100, QString compression="none")
Open the output file for writing, initialize its fields, then let the base ImageExporter handle the g...
This is free and unencumbered software released into the public domain.
virtual void createBuffer()
Creates the buffer to store a chunk of streamed line data with one or more bands.