|
HDK
|
Class to read the tile data and write it to an output sink. More...
#include <TIL_Stitch.h>
Inheritance diagram for TIL_Stitch::StitchWriter: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 | |
Protected Member Functions inherited from UT_NonCopyableNS::UT_NonCopyable | |
| 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.