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

#include <vil_pyramid_image_list.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 67 of file vil_pyramid_image_list.h.

Constructor & Destructor Documentation

◆ pyramid_level()

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

◆ print()

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

◆ cur_level_

unsigned int pyramid_level::cur_level_

the current pyramid level for this resource.

Definition at line 78 of file vil_pyramid_image_list.h.

◆ image_

vil_image_resource_sptr pyramid_level::image_

the resource.

Definition at line 75 of file vil_pyramid_image_list.h.

◆ scale_

float pyramid_level::scale_

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: