#include <TIL_FileSequence.h>
|
| TIL_FileSequence () |
|
| ~TIL_FileSequence () |
|
int64 | getMemoryUsage (bool inclusive) const |
|
TIL_FileSequence & | operator= (const TIL_FileSequence &) |
|
int | setNewPattern (const char *filepattern) |
|
int | getFileInfo (TIL_Sequence &seq_info, int override_size=0, int override_range=0, TIL_DataFormat *depth_override=0, int use_rgba=0, bool useframe=false, int frame=0, bool clearseq=true, bool coloronly=false, bool fractional=false) |
|
int | getSingleFileInfo (const char *name, TIL_Sequence &seq_info, bool override_size=true, TIL_DataFormat *override_depth=0, int use_rgba=0, bool clearseq=true, bool coloronly=false) |
|
bool | getFrameRange (int &start, int &end, bool fractional=false) |
|
bool | getFilename (UT_String &name, int frame=0x80000000) |
|
bool | doesFrameExist (const UT_String &framename) const |
|
bool | doesFrameExist (int frame) const |
|
int | getClosestFrame (int to_frame) const |
|
int | getClosestPrevFrame (int to_frame) const |
|
int | getClosestNextFrame (int to_frame) const |
|
int | getPlaneIndex (const char *name) const |
|
PXL_ColorSpace | getPlaneColorSpace (int plane_index) const |
|
fpreal | getPlaneColorSpaceGamma (int plane_index) const |
|
int | getFrameStep () |
|
bool | isSingleFrame () const |
|
int | getNumFrames () const |
|
bool | isMovieFile () const |
|
bool | isTopFirstImage () const |
|
IMG_ColorModel | getColorModel () const |
|
bool | getFileDigits (int &digits) const |
|
void | setFileDigits (int digits) |
|
int | getFractionFrameIndex (float frame) const |
|
UT_InclusiveRect | getBounds (int frame, bool &streak) |
|
UT_InclusiveRect | getBounds (const char *filename, bool &streak) |
|
fpreal | getRenderTime (int frame) const |
|
int64 | getRenderMemory (int frame) const |
|
void | markBadFrame (int frame) |
|
void | resetBadFrames () |
|
const UT_IntArray & | getBadFrames () const |
|
void | setComment (const UT_String &comment, int frame) |
|
void | getComment (UT_String &comment, int frame) const |
|
Definition at line 29 of file TIL_FileSequence.h.
TIL_FileSequence::TIL_FileSequence |
( |
| ) |
|
TIL_FileSequence::~TIL_FileSequence |
( |
| ) |
|
bool TIL_FileSequence::doesFrameExist |
( |
const UT_String & |
framename | ) |
const |
bool TIL_FileSequence::doesFrameExist |
( |
int |
frame | ) |
const |
const UT_IntArray& TIL_FileSequence::getBadFrames |
( |
| ) |
const |
|
inline |
UT_InclusiveRect TIL_FileSequence::getBounds |
( |
const char * |
filename, |
|
|
bool & |
streak |
|
) |
| |
int TIL_FileSequence::getClosestFrame |
( |
int |
to_frame | ) |
const |
int TIL_FileSequence::getClosestNextFrame |
( |
int |
to_frame | ) |
const |
int TIL_FileSequence::getClosestPrevFrame |
( |
int |
to_frame | ) |
const |
bool TIL_FileSequence::getFileDigits |
( |
int & |
digits | ) |
const |
int TIL_FileSequence::getFileInfo |
( |
TIL_Sequence & |
seq_info, |
|
|
int |
override_size = 0 , |
|
|
int |
override_range = 0 , |
|
|
TIL_DataFormat * |
depth_override = 0 , |
|
|
int |
use_rgba = 0 , |
|
|
bool |
useframe = false , |
|
|
int |
frame = 0 , |
|
|
bool |
clearseq = true , |
|
|
bool |
coloronly = false , |
|
|
bool |
fractional = false |
|
) |
| |
bool TIL_FileSequence::getFilename |
( |
UT_String & |
name, |
|
|
int |
frame = 0x80000000 |
|
) |
| |
int TIL_FileSequence::getFractionFrameIndex |
( |
float |
frame | ) |
const |
bool TIL_FileSequence::getFrameRange |
( |
int & |
start, |
|
|
int & |
end, |
|
|
bool |
fractional = false |
|
) |
| |
int TIL_FileSequence::getFrameStep |
( |
| ) |
|
static int TIL_FileSequence::getInfoForFilename |
( |
const char * |
name, |
|
|
TIL_Sequence & |
seq_info, |
|
|
bool |
override_size = true , |
|
|
TIL_DataFormat * |
override_depth = NULL , |
|
|
bool |
use_rgba = false , |
|
|
bool |
clearseq = true , |
|
|
bool |
coloronly = false , |
|
|
bool * |
topfirst = NULL , |
|
|
IMG_Stat ** |
stat = NULL |
|
) |
| |
|
static |
int64 TIL_FileSequence::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
int TIL_FileSequence::getNumFrames |
( |
| ) |
const |
|
inline |
fpreal TIL_FileSequence::getPlaneColorSpaceGamma |
( |
int |
plane_index | ) |
const |
int TIL_FileSequence::getPlaneIndex |
( |
const char * |
name | ) |
const |
int64 TIL_FileSequence::getRenderMemory |
( |
int |
frame | ) |
const |
fpreal TIL_FileSequence::getRenderTime |
( |
int |
frame | ) |
const |
int TIL_FileSequence::getSingleFileInfo |
( |
const char * |
name, |
|
|
TIL_Sequence & |
seq_info, |
|
|
bool |
override_size = true , |
|
|
TIL_DataFormat * |
override_depth = 0 , |
|
|
int |
use_rgba = 0 , |
|
|
bool |
clearseq = true , |
|
|
bool |
coloronly = false |
|
) |
| |
bool TIL_FileSequence::isMovieFile |
( |
| ) |
const |
bool TIL_FileSequence::isSingleFrame |
( |
| ) |
const |
|
inline |
bool TIL_FileSequence::isTopFirstImage |
( |
| ) |
const |
|
inline |
void TIL_FileSequence::markBadFrame |
( |
int |
frame | ) |
|
void TIL_FileSequence::resetBadFrames |
( |
| ) |
|
void TIL_FileSequence::setFileDigits |
( |
int |
digits | ) |
|
int TIL_FileSequence::setNewPattern |
( |
const char * |
filepattern | ) |
|
The documentation for this class was generated from the following file: