#include <vil_tiff.h>
Definition at line 295 of file 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 nubmer of planes. | |
| vil_pixel_format | pix_fmt_ |
| the pixel format. | |
| unsigned | cur_level_ |
| temporary variable for current level. | |
| 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::header_index_ |
| unsigned tiff_pyramid_level::ni_ |
| unsigned tiff_pyramid_level::nj_ |
| unsigned tiff_pyramid_level::nplanes_ |
| vil_pixel_format tiff_pyramid_level::pix_fmt_ |
| unsigned tiff_pyramid_level::cur_level_ |
1.5.1