Katana Plug-in APIs 0.1
Public Member Functions

Foundry::Katana::FileSequenceArray Class Reference

Container class that holds a vector of FileSequence instances and a vector of non-sequence filenames. More...

#include <FnFileSequence.h>

List of all members.

Public Member Functions

virtual int getFileSequenceCount ()
 Number of file sequence objects in vector.
virtual FileSequencegetFileSequence (const unsigned int index)
 Get FileSequence object ptr by index. The caller does not own the FileSequence object returned.
virtual void getFileNames (std::vector< std::string > &fileNames)
 Get vector of non-sequence file names.

Detailed Description

Container class that holds a vector of FileSequence instances and a vector of non-sequence filenames.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator