Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

tiff_pyramid_level Struct Reference

#include <vil_tiff.h>

List of all members.


Detailed Description

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

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.


Constructor & Destructor Documentation

tiff_pyramid_level::tiff_pyramid_level unsigned  header_index,
unsigned  ni,
unsigned  nj,
unsigned  nplanes,
vil_pixel_format  fmt
[inline]
 

Definition at line 297 of file vil_tiff.h.

tiff_pyramid_level::~tiff_pyramid_level  )  [inline]
 

Definition at line 303 of file vil_tiff.h.


Member Function Documentation

void tiff_pyramid_level::print const unsigned  l  )  [inline]
 

Definition at line 326 of file vil_tiff.h.


Member Data Documentation

unsigned tiff_pyramid_level::cur_level_
 

temporary variable for current level.

Definition at line 324 of file vil_tiff.h.

unsigned tiff_pyramid_level::header_index_
 

the tiff header index.

Definition at line 306 of file vil_tiff.h.

unsigned tiff_pyramid_level::ni_
 

the image width.

Definition at line 312 of file vil_tiff.h.

unsigned tiff_pyramid_level::nj_
 

the image length.

Definition at line 315 of file vil_tiff.h.

unsigned tiff_pyramid_level::nplanes_
 

the nubmer of planes.

Definition at line 318 of file vil_tiff.h.

vil_pixel_format tiff_pyramid_level::pix_fmt_
 

the pixel format.

Definition at line 321 of file vil_tiff.h.

float tiff_pyramid_level::scale_
 

scale associated with level.

Definition at line 309 of file vil_tiff.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 10 14:40:03 2008 for core/vil by  doxygen 1.4.4