2 #ifndef vil_image_list_h_ 3 #define vil_image_list_h_ 16 # include <vcl_msvc_warnings.h> 27 std::vector<std::string>
files();
30 std::vector<vil_image_resource_sptr>
resources();
36 std::vector<vil_image_resource_sptr>
pyramids();
53 #endif // vil_image_list_h_ std::vector< vil_image_resource_sptr > resources()
finds all the image files in the directory, regardless of extension.
std::vector< vil_image_resource_sptr > blocked_resources()
finds all the blocked image files in the directory, regardless of extension.
static bool vil_is_directory(char const *)
utility functions.
bool clean_directory()
cleans the directory, i.e. removes all the files.
std::vector< vil_image_resource_sptr > pyramids()
finds all the pyramid files in the directory, regardless of extension.
vil_image_list(char const *directory)
std::vector< std::string > files()
finds all the files in the directory, regardless of extension.
~vil_image_list()=default
bool remove_file(std::string &filename)
remove a file.
Smart pointer to an image resource.