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 |
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 |
| ©2009 The Foundry Visionmongers, Ltd. All Rights Reserved. |