56 tiff = NULL; tile_buf = NULL;
65 tiff = NULL; tile_buf = NULL;
74 tiff = NULL; tile_buf = NULL;
101 RawTile getTile(
int x,
int y,
unsigned int r,
int l,
unsigned int t )
throw (std::string);
Image class for Tiled Pyramidal Images: Inherits from IIPImage. Uses libtiff.
Definition: TPTImage.h:35
RawTile getTile(int x, int y, unsigned int r, int l, unsigned int t)
Overloaded function for getting a particular tile.
unsigned int numResolutions
The number of available resolutions in this image.
Definition: IIPImage.h:97
void loadImageInfo(int x, int y)
Overloaded function for loading TIFF image information.
TPTImage()
Constructor.
Definition: TPTImage.h:55
TPTImage(const IIPImage &image)
Copy Constructor.
Definition: TPTImage.h:73
~TPTImage()
Destructor.
Definition: TPTImage.h:80
Main class to handle the pyramidal image source.
Definition: IIPImage.h:48
unsigned int tile_width
The base tile pixel dimensions.
Definition: IIPImage.h:91
void closeImage()
Overloaded function for closing a TIFF image.
void openImage()
Overloaded function for opening a TIFF image.
TPTImage(const std::string &path)
Constructor.
Definition: TPTImage.h:64
Class to represent a single image tile.
Definition: RawTile.h:43