Public Member Functions | Public Attributes
pyramid_level Struct Reference

#include <vil_pyramid_image_list.h>

List of all members.

Public Member Functions

 pyramid_level (vil_image_resource_sptr const &image)
void print (const unsigned int l)
 print ni and scale and values.

Public Attributes

float scale_
 scale associated with level.
vil_image_resource_sptr image_
 the resource.
unsigned int cur_level_
 the current pyramid level for this resource.

Detailed Description

Definition at line 67 of file vil_pyramid_image_list.h.


Constructor & Destructor Documentation

pyramid_level::pyramid_level ( vil_image_resource_sptr const &  image) [inline]

Definition at line 69 of file vil_pyramid_image_list.h.


Member Function Documentation

void pyramid_level::print ( const unsigned int  l) [inline]

print ni and scale and values.

Definition at line 81 of file vil_pyramid_image_list.h.


Member Data Documentation

the current pyramid level for this resource.

Definition at line 78 of file vil_pyramid_image_list.h.

the resource.

Definition at line 75 of file vil_pyramid_image_list.h.

scale associated with level.

Definition at line 72 of file vil_pyramid_image_list.h.


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