#include <vil_tiff.h>
Public Member Functions | |
tiff_pyramid_level (unsigned header_index, unsigned ni, unsigned nj, unsigned nplanes, vil_pixel_format fmt) | |
~tiff_pyramid_level () | |
void | print (const unsigned l) |
Public Attributes | |
unsigned | header_index_ |
the tiff header index. | |
float | scale_ |
scale associated with level. | |
unsigned | ni_ |
the image width. | |
unsigned | nj_ |
the image length. | |
unsigned | nplanes_ |
the number of planes. | |
vil_pixel_format | pix_fmt_ |
the pixel format. | |
unsigned | cur_level_ |
temporary variable for current level. |
--------- Representation of Pyramid Images by multi-image TIFF -------
Definition at line 295 of file vil_tiff.h.
tiff_pyramid_level::tiff_pyramid_level | ( | unsigned | header_index, |
unsigned | ni, | ||
unsigned | nj, | ||
unsigned | nplanes, | ||
vil_pixel_format | fmt | ||
) | [inline] |
Definition at line 298 of file vil_tiff.h.
tiff_pyramid_level::~tiff_pyramid_level | ( | ) | [inline] |
Definition at line 304 of file vil_tiff.h.
void tiff_pyramid_level::print | ( | const unsigned | l | ) | [inline] |
Definition at line 327 of file vil_tiff.h.
unsigned tiff_pyramid_level::cur_level_ |
temporary variable for current level.
Definition at line 325 of file vil_tiff.h.
unsigned tiff_pyramid_level::header_index_ |
the tiff header index.
Definition at line 307 of file vil_tiff.h.
unsigned tiff_pyramid_level::ni_ |
the image width.
Definition at line 313 of file vil_tiff.h.
unsigned tiff_pyramid_level::nj_ |
the image length.
Definition at line 316 of file vil_tiff.h.
unsigned tiff_pyramid_level::nplanes_ |
the number of planes.
Definition at line 319 of file vil_tiff.h.
the pixel format.
Definition at line 322 of file vil_tiff.h.
scale associated with level.
Definition at line 310 of file vil_tiff.h.