|
| | 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 |
| |
| int | getXres () const |
| |
| int | getYres () 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 | dump () const |
| |
| void | dump (UT_JSONWriter &w) const |
| |
| void | bumpColorAlphaToFront () |
| |
| UT_Options & | metaData () |
| |
| const UT_Options & | metaData () const |
| |
| void | clearMetaData () |
| |
| void | setHandleBounds (const UT_Vector2D &bl, const UT_Vector2D &tr) |
| |
| const UT_Vector2D & | handleBoundsLB () const |
| |
| const UT_Vector2D & | handleBoundsRT () const |
| |
| void | setImageSpaceData (const TIL_SequenceImageSpaceData &imageSpaceData) |
| |
| const TIL_SequenceImageSpaceData & | getImageSpaceData () const |
| |