#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... | |
Definition at line 67 of file vil_pyramid_image_list.h.
|
inline |
Definition at line 69 of file vil_pyramid_image_list.h.
|
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.
| vil_image_resource_sptr pyramid_level::image_ |
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.8.15