Public Member Functions | Public Attributes | List of all members
tiff_pyramid_level Struct Reference

------— 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...
 

Detailed Description

------— Representation of Pyramid Images by multi-image TIFF ----—

Definition at line 327 of file vil_tiff.h.

Constructor & Destructor Documentation

◆ tiff_pyramid_level()

tiff_pyramid_level::tiff_pyramid_level ( unsigned  header_index,
unsigned  ni,
unsigned  nj,
unsigned  nplanes,
vil_pixel_format  fmt 
)
inline

Definition at line 330 of file vil_tiff.h.

◆ ~tiff_pyramid_level()

tiff_pyramid_level::~tiff_pyramid_level ( )
default

Member Function Documentation

◆ print()

void tiff_pyramid_level::print ( const unsigned  l)
inline

Definition at line 359 of file vil_tiff.h.

Member Data Documentation

◆ cur_level_

unsigned tiff_pyramid_level::cur_level_

temporary variable for current level.

Definition at line 357 of file vil_tiff.h.

◆ header_index_

unsigned tiff_pyramid_level::header_index_

the tiff header index.

Definition at line 339 of file vil_tiff.h.

◆ ni_

unsigned tiff_pyramid_level::ni_

the image width.

Definition at line 345 of file vil_tiff.h.

◆ nj_

unsigned tiff_pyramid_level::nj_

the image length.

Definition at line 348 of file vil_tiff.h.

◆ nplanes_

unsigned tiff_pyramid_level::nplanes_

the number of planes.

Definition at line 351 of file vil_tiff.h.

◆ pix_fmt_

vil_pixel_format tiff_pyramid_level::pix_fmt_

the pixel format.

Definition at line 354 of file vil_tiff.h.

◆ scale_

float tiff_pyramid_level::scale_

scale associated with level.

Definition at line 342 of file vil_tiff.h.


The documentation for this struct was generated from the following file: