HDK
|
#include <TIL_Stitch.h>
Public Member Functions | |
TileReader () | |
virtual | ~TileReader () |
virtual const UT_DimRect & | dataWindow () const =0 |
Return the data window of the tile in pixels. More... | |
virtual bool | canRead (const Scanline *scanline) const =0 |
virtual bool | open ()=0 |
Open tile for reading. More... | |
virtual bool | readScanline (int plane, int xoff, int scanline, Scanline *buffer)=0 |
Read an AOV from the tile. More... | |
virtual bool | close ()=0 |
Close tile when finished reading. More... | |
Additional Inherited Members | |
![]() | |
UT_NonCopyable ()=default | |
~UT_NonCopyable ()=default | |
UT_NonCopyable (const UT_NonCopyable &)=delete | |
UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete |
Class to represent an input "tile" which is stitched into the final image
Definition at line 38 of file TIL_Stitch.h.
TIL_Stitch::TileReader::TileReader | ( | ) |
|
virtual |
|
pure virtual |
Implemented in TIL_Stitch::IMGTileReader, and TIL_Stitch::DeepTileReader.
|
pure virtual |
Close tile when finished reading.
Implemented in TIL_Stitch::IMGTileReader, and TIL_Stitch::DeepTileReader.
|
pure virtual |
Return the data window of the tile in pixels.
Implemented in TIL_Stitch::IMGTileReader, and TIL_Stitch::DeepTileReader.
|
pure virtual |
Open tile for reading.
Implemented in TIL_Stitch::IMGTileReader, and TIL_Stitch::DeepTileReader.
|
pure virtual |
Read an AOV from the tile.
Implemented in TIL_Stitch::IMGTileReader, and TIL_Stitch::DeepTileReader.