HDK
|
#include <TIL_ImageSource.h>
Classes | |
struct | ColorSpace |
Public Types | |
enum | ColorSpaceMode { CS_HOUDINI, CS_OCIO_SPACE, CS_OCIO_DISPLAY_VIEW } |
Public Member Functions | |
TIL_ImageSource () | |
void | bumpRefCount (int i) |
void | invalidate () |
bool | isValid () const |
virtual fpreal | getGlobalTime ()=0 |
virtual fpreal | getSampleRate ()=0 |
virtual fpreal | getStartTime ()=0 |
virtual fpreal | getEndTime ()=0 |
virtual UT_StringHolder | getBottomLeftCaption () const |
virtual UT_StringHolder | getTopRightCaption () const |
int | getImageIndexFromTime (fpreal t) |
int | getFrameFromTime (fpreal t) |
virtual int | doesImageExist (int, bool=true) |
virtual int | getActualFrame (int frame) |
virtual void | removeFrame (int) |
virtual void | addFrame (int) |
virtual void | removeSequence () |
virtual bool | canAddFrame () |
virtual bool | isNetwork () |
virtual fpreal | getFrameTime (fpreal t, bool=false, const TIL_Sequence *=0) |
virtual int | getFrameShift (int fr, bool=false, const TIL_Sequence *=0) |
virtual int | getApparentFrame (int fr) |
virtual const char * | getName ()=0 |
virtual void | getFullName (UT_String &name)=0 |
virtual void | getFrameName (int frame, UT_String &name) |
virtual int | equals (const TIL_ImageSource *)=0 |
virtual int | open (short &, int=0, fpreal=TIL_GLOBAL_TIME) |
virtual void | close (short) |
virtual bool | isConstantSequence () const |
virtual const TIL_Sequence * | getSequence (fpreal t, const UT_Options &options)=0 |
virtual UT_Options | getDefaultOptions () const |
const TIL_Sequence * | getSequence (fpreal t) |
virtual UT_TokenString * | getID (fpreal t, int xres, int yres, const TIL_Plane &plane, int array_index, const UT_Options &options)=0 |
virtual 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) |
virtual void | getCookRegions (TIL_CookRegionList ®ion)=0 |
virtual bool | getPriorityCircle (float ¢rex, float ¢rey, float &radius) const |
virtual int | getID () const =0 |
virtual 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)=0 |
virtual void | getInfo (UT_WorkBuffer &infotext) |
virtual void | getComment (UT_String &comment, fpreal t) |
virtual void | setComment (const UT_String &comment, fpreal t) |
virtual 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) |
virtual 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) |
virtual void | writeImageComplete (int successcount, int failcount, const UT_String &failedfiles) |
virtual bool | isCachingNeeded (int) const |
virtual size_t | getVersion () |
virtual int | isFrameLocked (fpreal) |
virtual int | isAnythingLocked () |
virtual int | isPlaneLocked (const TIL_Plane *, fpreal) |
virtual const TIL_Plane * | getPreviewPlane (int) |
virtual void | setMouseLocation (int mx, int my, float radius=64.0f) |
virtual void | bumpVersion (bool) |
virtual bool | isSlowOperation () const |
virtual 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) |
virtual bool | allowUserSelection () const |
virtual TIL_ImageSource * | selectParentSource (int px, int py, const char *planename, int array_index) |
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 int64 | getMemoryUsage (bool inclusive) const =0 |
virtual fpreal | getRenderTime (int frame) const |
virtual int64 | getPeakMemUsage (int frame) const |
virtual OP_Node * | getOp () const |
virtual bool | getPreferredViewingPlane (UT_WorkBuffer &buf) 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 () |
Protected Member Functions | |
virtual | ~TIL_ImageSource () |
Definition at line 57 of file TIL_ImageSource.h.
Enumerator | |
---|---|
CS_HOUDINI | |
CS_OCIO_SPACE | |
CS_OCIO_DISPLAY_VIEW |
Definition at line 61 of file TIL_ImageSource.h.
TIL_ImageSource::TIL_ImageSource | ( | ) |
|
protectedvirtual |
Definition at line 159 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 315 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 302 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 161 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 195 of file TIL_ImageSource.h.
Reimplemented in COP2_ImageSource.
Definition at line 153 of file TIL_ImageSource.h.
|
pure virtual |
Implemented in COP2_ImageSource.
Definition at line 157 of file TIL_ImageSource.h.
Definition at line 177 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 145 of file TIL_ImageSource.h.
|
virtual |
Reimplemented in COP2_ImageSource.
|
pure virtual |
Implemented in COP2_ImageSource.
|
inlinevirtual |
Definition at line 203 of file TIL_ImageSource.h.
|
pure virtual |
Implemented in COP2_ImageSource.
Reimplemented in COP2_ImageSource.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 170 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 166 of file TIL_ImageSource.h.
Implemented in COP2_ImageSource.
|
pure virtual |
Implemented in COP2_ImageSource.
|
pure virtual |
Implemented in COP2_ImageSource.
|
pure virtual |
Implemented in COP2_ImageSource.
|
pure virtual |
Implemented in COP2_ImageSource.
|
virtual |
Reimplemented in COP2_ImageSource.
|
virtual |
Reimplemented in COP2_ImageSource.
|
virtual |
Definition at line 360 of file TIL_ImageSource.h.
|
pure virtual |
Implemented in COP2_ImageSource.
|
pure virtual |
Implemented in COP2_ImageSource.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 343 of file TIL_ImageSource.h.
Definition at line 340 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 346 of file TIL_ImageSource.h.
Reimplemented in COP2_ImageSource.
Definition at line 297 of file TIL_ImageSource.h.
|
inlinevirtual |
Returns true iff there is currently a priority circle active. If there is, centrex, centrey, and radius are set to those of the circle.
Definition at line 232 of file TIL_ImageSource.h.
Definition at line 337 of file TIL_ImageSource.h.
|
virtual |
|
pure virtual |
Implemented in COP2_ImageSource.
|
pure virtual |
Implemented in COP2_ImageSource.
|
inline |
Definition at line 208 of file TIL_ImageSource.h.
|
pure virtual |
Implemented in COP2_ImageSource.
|
inlinevirtual |
Definition at line 356 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 351 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 146 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 292 of file TIL_ImageSource.h.
|
virtual |
|
inline |
Definition at line 136 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 294 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 289 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 198 of file TIL_ImageSource.h.
Reimplemented in COP2_ImageSource.
Definition at line 293 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 163 of file TIL_ImageSource.h.
Reimplemented in COP2_ImageSource.
Definition at line 295 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 303 of file TIL_ImageSource.h.
|
virtual |
|
inline |
Definition at line 137 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 364 of file TIL_ImageSource.h.
|
inlinevirtual |
Reimplemented in COP2_ImageSource.
Definition at line 189 of file TIL_ImageSource.h.
Definition at line 158 of file TIL_ImageSource.h.
|
inlinevirtual |
Definition at line 160 of file TIL_ImageSource.h.
|
virtual |
Reimplemented in COP2_ImageSource.
|
virtual |
Reimplemented in COP2_ImageSource.
|
virtual |
Reimplemented in COP2_ImageSource.
|
virtual |