|
| COP2_ImageSource (COP2_Node *) |
|
fpreal | getGlobalTime () override |
|
fpreal | getSampleRate () override |
|
fpreal | getStartTime () override |
|
fpreal | getEndTime () override |
|
const char * | getName () override |
|
void | getFrameName (int frame, UT_String &name) override |
|
void | getFullName (UT_String &name) override |
|
int | doesImageExist (int frame, bool adjust=true) override |
|
int | equals (const TIL_ImageSource *) override |
|
int | open (short &key, int reset=0, fpreal t=TIL_GLOBAL_TIME) override |
|
void | close (short key) override |
|
bool | isNetwork () override |
|
bool | isConstantSequence () const override |
|
const TIL_Sequence * | getSequence (fpreal t, const UT_Options &options) override |
|
int | getID () const override |
|
UT_TokenString * | getID (fpreal t, int xres, int yres, const TIL_Plane &plane, int array_index, const UT_Options &options) override |
|
void | getImageBounds (const TIL_Plane &plane, int array_index, fpreal t, int xres, int yres, const UT_Options &options, int &x1, int &y1, int &x2, int &y2) override |
|
void | getCookRegions (TIL_CookRegionList ®ions) override |
|
int | getImage (TIL_Raster *image, fpreal t, int xres, int yres, const TIL_Plane &plane, int array_index, int xstart, int ystart, int xend, int yend, float gamma, const UT_Options &, bool include_alpha=false, bool is_interactive=false, int fxres=0, int fyres=0) override |
|
void | getInfo (UT_WorkBuffer &infotext) override |
|
int | writeImage (const char *filename, const IMG_TileOptions *finfo, const TIL_Sequence *, int step, const ColorSpace &cspace, void(*info)(void *, const char *), void *data, bool suppress_summary_dialog, bool overwrite) override |
|
int | writeImage (const char *filename, const IMG_TileOptions *finfo, int xres, int yres, const char *color, const char *alpha, int start, int end, int step, const ColorSpace &cspace, void(*info)(void *, const char *), void *data, bool suppress_summary_dialog, bool overwrite) override |
|
size_t | getVersion () override |
|
int | isFrameLocked (fpreal t) override |
|
int | isAnythingLocked () override |
|
int | isPlaneLocked (const TIL_Plane *, fpreal t) override |
|
const TIL_Plane * | getPreviewPlane (int index) override |
|
virtual int | canModifyImage () |
|
virtual int | useHandles () |
|
COP2_Node * | getCop2 () const |
|
COP2_Node * | getCop2 () |
|
bool | isSlowOperation () const override |
|
fpreal | getFrameTime (fpreal t, bool shift_only=false, const TIL_Sequence *ref=0) override |
|
int | getFrameShift (int fr, bool shift_only=false, const TIL_Sequence *ref=0) override |
|
bool | getColorCurves (const char *planename, int array, fpreal t, TIL_ColorCurves &curves, UT_String &first, bool allnodes, int comp=-1, bool natural_range=true, float start=0.0f, float end=1.0f, int evalpoints=0) override |
|
bool | allowUserSelection () const override |
|
TIL_ImageSource * | selectParentSource (int px, int py, const char *planename, int array_index) override |
|
bool | getPreferredViewingPlane (UT_WorkBuffer &buf) const override |
|
int64 | getMemoryUsage (bool inclusive) const override |
|
OP_Node * | getOp () const override |
|
| TIL_ImageSource () |
|
void | bumpRefCount (int i) |
|
void | invalidate () |
|
bool | isValid () const |
|
virtual UT_StringHolder | getBottomLeftCaption () const |
|
virtual UT_StringHolder | getTopRightCaption () const |
|
int | getImageIndexFromTime (fpreal t) |
|
int | getFrameFromTime (fpreal t) |
|
virtual int | getActualFrame (int frame) |
|
virtual void | removeFrame (int) |
|
virtual void | addFrame (int) |
|
virtual void | removeSequence () |
|
virtual bool | canAddFrame () |
|
virtual int | getApparentFrame (int fr) |
|
virtual UT_Options | getDefaultOptions () const |
|
const TIL_Sequence * | getSequence (fpreal t) |
|
virtual bool | getPriorityCircle (float ¢rex, float ¢rey, float &radius) const |
|
virtual void | getComment (UT_String &comment, fpreal t) |
|
virtual void | setComment (const UT_String &comment, fpreal t) |
|
virtual void | writeImageComplete (int successcount, int failcount, const UT_String &failedfiles) |
|
virtual bool | isCachingNeeded (int) const |
|
virtual void | setMouseLocation (int mx, int my, float radius=64.0f) |
|
virtual void | bumpVersion (bool) |
|
virtual bool | hasPixelScript (int slot) const |
|
virtual bool | runPixelScript (int px, int py, int slot) |
|
virtual bool | isStereoscopicSource (fpreal t) const |
|
virtual int | getLeftPlaneIndex (fpreal t) const |
|
virtual const char * | getLeftPlaneName (fpreal t) const |
|
virtual int | getRightPlaneIndex (fpreal t) const |
|
virtual const char * | getRightPlaneName (fpreal t) const |
|
virtual fpreal | getRenderTime (int frame) const |
|
virtual int64 | getPeakMemUsage (int frame) const |
|
virtual bool | getStyleSheetJSON (int x, int y, UT_StringHolder &str) |
|
virtual STY_StyleSheet * | getStyleSheet (int x, int y) |
|
virtual OP_Node * | getMaterialNode (int x, int y) |
|
virtual void | onAutoUpdate () |
|
Definition at line 18 of file COP2_ImageSource.h.