DD::Image::TimelineRead Class Reference

Sub-class of DD::Image::Read used by NukeStudio/Hiero for timeline reads. More...

Inherits DD::Image::Read.

List of all members.

Public Member Functions

 TimelineRead ()
void filename (const char *f)
const char * filename () const
TimelineReadInternalsinternals ()
 Writable access to the TimelineReadInternals member - for internal use only.
const TimelineReadInternalsinternals () const
 Read-only acces to the TimelineReadInternals member - for internal use only.

Detailed Description

Sub-class of DD::Image::Read used by NukeStudio/Hiero for timeline reads.

NukeStudio and Hiero code that uses DDImage plugins for reading source footage will create TimelineRead rather than just Read instances. This is for internal use, though if readers want to behave in some different when being used for the timeline they can test a dynamic_cast of their owning Read op to see if it's actually a TimelineRead.


Constructor & Destructor Documentation

DD::Image::TimelineRead::TimelineRead ( )

We only need a default constructor, as by definition there's no node to pass through to the Read constructor.