#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. | |
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. | |
Definition at line 67 of file vil_pyramid_image_list.h.
| pyramid_level::pyramid_level | ( | vil_image_resource_sptr const & | image | ) | [inline] |
Definition at line 69 of file vil_pyramid_image_list.h.
| 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.
| unsigned int pyramid_level::cur_level_ |
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.
| float pyramid_level::scale_ |
scale associated with level.
Definition at line 72 of file vil_pyramid_image_list.h.
1.7.5.1