DD::Image::FileHandle Struct Reference

List of all members.

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


Detailed Description

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

Member Enumeration Documentation

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


Constructor & Destructor Documentation

DD::Image::FileHandle::FileHandle ( std::string  name,
unsigned int  flags 
) [inline]

FileHandle constructor

Parameters:
name the name of the file
flags the flags associated with this file



©2009 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk