|
| | 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 |
| |
| bool | doesImageExist (int frame, bool adjust=true) override |
| |
| bool | equals (const TIL_ImageSource *) const override |
| |
| bool | 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 * | getSourceSequence (fpreal t, const UT_Options &options) override |
| | Return a completed TIL_Sequence structure without postprocessing. More...
|
| |
| 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 | getSourceImageBounds (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 | getSourceImage (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 |
| |
| bool | isFrameLocked (fpreal t) const override |
| |
| bool | isAnythingLocked () const override |
| |
| bool | isPlaneLocked (const TIL_Plane *, fpreal t) const override |
| |
| const TIL_Plane * | getPreviewPlane (int index) override |
| |
| virtual bool | canModifyImage () |
| |
| virtual bool | 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 |
| |
| const IMG_Metadata * | getMetadata (int frame) const override |
| |
| OP_Node * | getOp () const override |
| |
| | TIL_ImageSource () |
| |
| void | bumpRefCount (int i) |
| |
| void | invalidate () |
| |
| bool | isValid () const |
| |
| virtual bool | willProvideFetcher () 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) |
| |
| const TIL_Sequence * | getSequence (fpreal t, const UT_Options &options, bool skip_postprocessor=false) |
| | Return a completed TIL_Sequence structure with postprocessing, if any. More...
|
| |
| virtual UT_Options | getDefaultOptions () const |
| |
| const TIL_Sequence * | getSequence (fpreal t, bool skip_postprocessor=false) |
| |
| 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, bool skip_postprocessor=false) |
| |
| virtual bool | getPriorityCircle (float ¢rex, float ¢rey, float &radius) const |
| |
| 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 &options, bool include_alpha=false, bool is_interactive=false, int fxres=0, int fyres=0, bool skip_postprocessor=false) |
| |
| 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 const IMG_Metadata * | getPlaneMetadata (int frame, const UT_StringRef &planename) 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 () |
| |
| template<typename T , typename... Args> |
| T * | setPostprocessor (Args &&...args) |
| |
const
TIL_ImageSourcePostprocessor * | getPostprocessor () const |
| |
| TIL_ImageSourcePostprocessor * | getPostprocessor () |
| |
Definition at line 18 of file COP2_ImageSource.h.