#include <vil_image_list.h>
Definition at line 20 of file vil_image_list.h.
Public Member Functions | |
| vil_image_list (char const *directory) | |
| ~vil_image_list () | |
| vcl_vector< vcl_string > | files () |
| finds all the files in the directory, regardless of extension. | |
| vcl_vector< vil_image_resource_sptr > | resources () |
| finds all the image files in the directory, regardless of extension. | |
| vcl_vector< vil_image_resource_sptr > | blocked_resources () |
| finds all the blocked image files in the directory, regardless of extension. | |
| vcl_vector< vil_image_resource_sptr > | pyramids () |
| finds all the pyramid files in the directory, regardless of extension. | |
| bool | remove_file (vcl_string &filename) |
| remove a file. | |
| bool | clean_directory () |
| cleans the directory, i.e. removes all the files. | |
Static Public Member Functions | |
| static bool | vil_is_directory (char const *) |
| checks if the path is a directory. | |
Private Attributes | |
| vcl_string | directory_ |
|
|
Definition at line 23 of file vil_image_list.h. |
|
|
Definition at line 24 of file vil_image_list.h. |
|
|
finds all the blocked image files in the directory, regardless of extension.
Definition at line 129 of file vil_image_list.cxx. |
|
|
cleans the directory, i.e. removes all the files.
Definition at line 170 of file vil_image_list.cxx. |
|
|
finds all the files in the directory, regardless of extension.
Definition at line 75 of file vil_image_list.cxx. |
|
|
finds all the pyramid files in the directory, regardless of extension.
Definition at line 144 of file vil_image_list.cxx. |
|
|
remove a file.
Definition at line 159 of file vil_image_list.cxx. |
|
|
finds all the image files in the directory, regardless of extension.
Definition at line 115 of file vil_image_list.cxx. |
|
|
checks if the path is a directory.
Definition at line 21 of file vil_image_list.cxx. |
|
|
Definition at line 50 of file vil_image_list.h. |
1.4.4