Public Types | |
enum | Flags { DIR, FILE } |
enum | ListType { NO_SEQUENCES, SEQUENCES, SPLIT_SEQUENCES, SEQUENCES_AUTO, SPLIT_SEQUENCES_AUTO } |
Public Member Functions | |
FileHandle (std::string name, unsigned int flags) | |
FileHandle (const FileHandle &rhs) | |
Public Attributes | |
std::string | _name |
unsigned int | _flags |
std::vector< FileFrameRange > | _ranges |
unsigned int | _skip |
FileHandle A struct describing a file handle structure to be used with the filename_list function to retrieved a list of files and/or sequences
Describes a set of flags that can be used to specify whether the file handle is a Directory or not
Describes an enum that can be used to specify the type of file list
DD::Image::FileHandle::FileHandle | ( | std::string | name, |
unsigned int | flags | ||
) | [inline] |
FileHandle constructor
name | the name of the file |
flags | the flags associated with this file |