------— Representation of Pyramid Images by multi-image TIFF ----— More...
#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 ()=default | |
| void | print (const unsigned l) |
Public Attributes | |
| unsigned | header_index_ |
| the tiff header index. More... | |
| float | scale_ |
| scale associated with level. More... | |
| unsigned | ni_ |
| the image width. More... | |
| unsigned | nj_ |
| the image length. More... | |
| unsigned | nplanes_ |
| the number of planes. More... | |
| vil_pixel_format | pix_fmt_ |
| the pixel format. More... | |
| unsigned | cur_level_ |
| temporary variable for current level. More... | |
------— Representation of Pyramid Images by multi-image TIFF ----—
Definition at line 327 of file vil_tiff.h.
|
inline |
Definition at line 330 of file vil_tiff.h.
|
default |
|
inline |
Definition at line 359 of file vil_tiff.h.
| unsigned tiff_pyramid_level::cur_level_ |
temporary variable for current level.
Definition at line 357 of file vil_tiff.h.
| unsigned tiff_pyramid_level::header_index_ |
the tiff header index.
Definition at line 339 of file vil_tiff.h.
| unsigned tiff_pyramid_level::ni_ |
the image width.
Definition at line 345 of file vil_tiff.h.
| unsigned tiff_pyramid_level::nj_ |
the image length.
Definition at line 348 of file vil_tiff.h.
| unsigned tiff_pyramid_level::nplanes_ |
the number of planes.
Definition at line 351 of file vil_tiff.h.
| vil_pixel_format tiff_pyramid_level::pix_fmt_ |
the pixel format.
Definition at line 354 of file vil_tiff.h.
| float tiff_pyramid_level::scale_ |
scale associated with level.
Definition at line 342 of file vil_tiff.h.
1.8.15