#include <vil_tiff.h>
Definition at line 294 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. | |
|
||||||||||||||||||||||||
|
Definition at line 297 of file vil_tiff.h. |
|
|
Definition at line 303 of file vil_tiff.h. |
|
|
Definition at line 326 of file vil_tiff.h. |
|
|
temporary variable for current level.
Definition at line 324 of file vil_tiff.h. |
|
|
the tiff header index.
Definition at line 306 of file vil_tiff.h. |
|
|
the image width.
Definition at line 312 of file vil_tiff.h. |
|
|
the image length.
Definition at line 315 of file vil_tiff.h. |
|
|
the nubmer of planes.
Definition at line 318 of file vil_tiff.h. |
|
|
the pixel format.
Definition at line 321 of file vil_tiff.h. |
|
|
scale associated with level.
Definition at line 309 of file vil_tiff.h. |
1.4.4