|
Functions |
| void | IPGZ::readTiff2Float2D (char *inFilename, PixelArray2D< float > *data, int channel) |
| | Method to read a TIFF file into an instance of the PixelArray2D class.
|
| void | IPGZ::readTiff2Float3D (char *inFilenamePattern, int min, int max, PixelArray3D< float > *data, int channel) |
| | Method to read a series of TIFF files into an instance of the PixelArray3D class.
|
| void | IPGZ::readTiff2Uint32 (char *inFilename, PixelArray2D< uint32 > *data) |
| | General routine to read a TIFF image as RGBA data into unsigned integer PixelArray2D. This is primarily called by other functions (readTiff2Float3D(), readTiff2Float2D()) and will not typically be called directly.
|
| void | IPGZ::readTiff2Uint32 (char *inFilename, uint32 *raster, uint32 width, uint32 height) |
| | General routine to read a TIFF image as RGBA data into unsigned integer array. This is primarily called by other functions and will not typically be called directly.
|