HDK
|
Class to read the tile data and write it to an output sink. More...
#include <TIL_Stitch.h>
Public Member Functions | |
StitchWriter () | |
virtual | ~StitchWriter () |
virtual const UT_DimRect & | dataWindow () const =0 |
virtual bool | startRow (const TileReader &first) |
virtual bool | finishImage () |
virtual bool | process (TileReader &tile)=0 |
Additional Inherited Members | |
![]() | |
UT_NonCopyable ()=default | |
~UT_NonCopyable ()=default | |
UT_NonCopyable (const UT_NonCopyable &)=delete | |
UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete |
Class to read the tile data and write it to an output sink.
Definition at line 62 of file TIL_Stitch.h.
TIL_Stitch::StitchWriter::StitchWriter | ( | ) |
|
virtual |
|
pure virtual |
Implemented in TIL_Stitch::IMGWriter, and TIL_Stitch::DeepWriter.
|
virtual |
Reimplemented in TIL_Stitch::IMGWriter, and TIL_Stitch::DeepWriter.
|
pure virtual |
Implemented in TIL_Stitch::IMGWriter, and TIL_Stitch::DeepWriter.
|
virtual |
Reimplemented in TIL_Stitch::IMGWriter, and TIL_Stitch::DeepWriter.