43 struct FileListImplDelOp {
static void delete_func(FileListImpl *i); };
46 class ICLIO_API FileList :
public utils::ShallowCopyable<FileListImpl, FileListImplDelOp>{
83 FileList(
const std::string &pattern,
bool omitDoubledFiles=
false);
88 FileList(
const std::vector<std::string> &filenames);
97 const std::string &operator[](
int i)
const;
100 void join(
const FileList &other);
106 void toSequenceFile(
const std::string &seqFileName)
const;
109 static std::string translateHashPattern(
const std::string &hashPattern);
undocument this line if you encounter any issues!
Definition: Any.h:37
#define ICLIO_API
Definition: CompatMacros.h:176
ICLQt_API void show(const icl::core::ImgBase &image)
shows an image using TestImages::show