#include <TIL_Sequence.h>
|
| TIL_Sequence () |
|
| TIL_Sequence (const TIL_Sequence &) |
|
| ~TIL_Sequence () |
|
int64 | getMemoryUsage (bool inclusive) const |
|
void | reset () |
|
bool | isValid () const |
|
void | setValid (bool valid) |
|
TIL_Sequence & | operator= (const TIL_Sequence &) |
|
bool | operator== (const TIL_Sequence &) const |
|
bool | matches (const TIL_Sequence &other_seq, bool metdata_tool=true) const |
|
void | copyFrom (const IMG_Stat &stat) |
|
void | copyTo (IMG_Stat &stat) const |
|
void | copyAttributes (const TIL_Sequence &) |
|
void | getInfoText (UT_WorkBuffer &info, bool timedep=true, bool mark_unscoped=false) const |
|
void | getInfoTree (UT_InfoTree &tree, bool timeDep) const |
|
bool | isSingleImage () const |
|
void | setSingleImage (bool on) |
|
double | getFrameRate () const |
|
void | setFrameRate (double rate) |
|
exint | getLength () const |
|
void | setLength (exint n) |
|
double | getStart () const |
|
void | setStart (double start) |
|
double | getEnd () const |
|
double | getStartTime () const |
|
double | getEndTime () const |
|
void | getRes (int &x, int &y) const |
|
void | setRes (int x, int y) |
|
void | setAspectRatio (float aspect) |
|
float | getAspectRatio () const |
|
float | getVAspectRatio () const |
|
fpreal | getRenderTime () const |
|
void | setRenderTime (fpreal t) |
|
int64 | getRenderMemory () const |
|
void | setRenderMemory (int64 mem) |
|
void | getTemporalExtend (TIL_Extend &b, TIL_Extend &a) const |
|
void | getTemporalHold (int &before, int &after) const |
|
void | setTemporalExtend (TIL_Extend before, TIL_Extend after) |
|
void | setTemporalHold (int before, int after) |
|
exint | getImageIndex (double t, int clamp_range=1, int round_off=SEQUENCE_NEAREST) const |
|
double | getImageTime (double t, int clamp_range=1, int round_off=SEQUENCE_NEAREST) const |
|
exint | getFrameIndex (double t, int clamp_range=1, int round_off=SEQUENCE_NEAREST) const |
|
double | getFrameTime (double t, int clamp_range=1, int round_off=SEQUENCE_NEAREST) const |
|
double | getIndexTime (exint image_index) const |
|
exint | checkIndexBounds (exint image_index) const |
|
int | getNumPlanes () const |
|
TIL_Plane * | addPlane (const char *name, TIL_DataFormat format, const char *vn1=0, const char *vn2=0, const char *vn3=0, const char *vn4=0, bool reorder=false) |
|
TIL_Plane * | addPlane (const TIL_Plane *plane, bool reorder=false) |
|
void | removePlane (int index) |
|
void | removePlane (const char *name) |
|
void | clearAllPlanes () |
|
TIL_Plane * | getPlane (int index) |
|
const TIL_Plane * | getPlane (int index) const |
|
TIL_Plane * | getPlane (const char *name) |
|
const TIL_Plane * | getPlane (const char *name) const |
|
TIL_Plane * | getPlaneWithElement (const char *elem_name) |
|
const TIL_Plane * | getPlaneWithElement (const char *elem_name) const |
|
int | getPlaneByName (const char *name) const |
|
void | setInterlace (TIL_Interlace i, TIL_Dominance d) |
|
TIL_Interlace | getInterlace () const |
|
TIL_Dominance | getFieldDominance () const |
|
void | print (std::ostream &os) const |
|
void | bumpColorAlphaToFront () |
|
UT_Options & | metaData () |
|
const UT_Options & | metaData () const |
|
void | clearMetaData () |
|
TIL_Sequence::TIL_Sequence |
( |
| ) |
|
TIL_Sequence::~TIL_Sequence |
( |
| ) |
|
void TIL_Sequence::bumpColorAlphaToFront |
( |
| ) |
|
exint TIL_Sequence::checkIndexBounds |
( |
exint |
image_index | ) |
const |
void TIL_Sequence::clearAllPlanes |
( |
| ) |
|
void TIL_Sequence::clearMetaData |
( |
| ) |
|
|
inline |
float TIL_Sequence::getAspectRatio |
( |
| ) |
const |
|
inline |
double TIL_Sequence::getEnd |
( |
| ) |
const |
|
inline |
double TIL_Sequence::getEndTime |
( |
| ) |
const |
|
inline |
double TIL_Sequence::getFrameRate |
( |
| ) |
const |
|
inline |
double TIL_Sequence::getIndexTime |
( |
exint |
image_index | ) |
const |
void TIL_Sequence::getInfoText |
( |
UT_WorkBuffer & |
info, |
|
|
bool |
timedep = true , |
|
|
bool |
mark_unscoped = false |
|
) |
| const |
exint TIL_Sequence::getLength |
( |
| ) |
const |
|
inline |
int64 TIL_Sequence::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
int TIL_Sequence::getNumPlanes |
( |
| ) |
const |
|
inline |
int TIL_Sequence::getPlaneByName |
( |
const char * |
name | ) |
const |
TIL_Plane* TIL_Sequence::getPlaneWithElement |
( |
const char * |
elem_name | ) |
|
int64 TIL_Sequence::getRenderMemory |
( |
| ) |
const |
|
inline |
fpreal TIL_Sequence::getRenderTime |
( |
| ) |
const |
|
inline |
void TIL_Sequence::getRes |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| const |
|
inline |
double TIL_Sequence::getStart |
( |
| ) |
const |
|
inline |
double TIL_Sequence::getStartTime |
( |
| ) |
const |
|
inline |
void TIL_Sequence::getTemporalHold |
( |
int & |
before, |
|
|
int & |
after |
|
) |
| const |
|
inline |
float TIL_Sequence::getVAspectRatio |
( |
| ) |
const |
|
inline |
bool TIL_Sequence::isSingleImage |
( |
| ) |
const |
|
inline |
bool TIL_Sequence::isValid |
( |
| ) |
const |
|
inline |
bool TIL_Sequence::matches |
( |
const TIL_Sequence & |
other_seq, |
|
|
bool |
metdata_tool = true |
|
) |
| const |
void TIL_Sequence::print |
( |
std::ostream & |
os | ) |
const |
void TIL_Sequence::removePlane |
( |
int |
index | ) |
|
void TIL_Sequence::removePlane |
( |
const char * |
name | ) |
|
void TIL_Sequence::reset |
( |
| ) |
|
void TIL_Sequence::setAspectRatio |
( |
float |
aspect | ) |
|
|
inline |
void TIL_Sequence::setFrameRate |
( |
double |
rate | ) |
|
|
inline |
void TIL_Sequence::setRenderMemory |
( |
int64 |
mem | ) |
|
|
inline |
void TIL_Sequence::setSingleImage |
( |
bool |
on | ) |
|
|
inline |
void TIL_Sequence::setStart |
( |
double |
start | ) |
|
|
inline |
void TIL_Sequence::setTemporalHold |
( |
int |
before, |
|
|
int |
after |
|
) |
| |
|
inline |
void TIL_Sequence::setValid |
( |
bool |
valid | ) |
|
|
inline |
The documentation for this class was generated from the following file: