|
HDK
|
#include <TIL_Stitch.h>
Inheritance diagram for TIL_Stitch::IMGWriter:Public Member Functions | |
| IMGWriter (IMG_FilePtr fp) | |
| ~IMGWriter () override | |
| const UT_DimRect & | dataWindow () const override |
| bool | startRow (const TileReader &row) override |
| bool | finishImage () override |
| bool | process (TileReader &tile) override |
| int | tilesRead () const |
Public Member Functions inherited from TIL_Stitch::StitchWriter | |
| StitchWriter () | |
| virtual | ~StitchWriter () |
Protected Member Functions | |
| virtual bool | flushScanlines () |
| virtual void | error (const char *msg) const |
| virtual void | warning (const char *msg) const |
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 |
Protected Attributes | |
| IMG_FilePtr | myFile |
| UT_DimRect | myDataWindow |
| UT_Array< const IMG_Plane * > | myPlanes |
| UT_Array< IMGScanline > | myScanBuffer |
| exint | myBytesPerPixel |
| int | myY0 |
| int | myY1 |
| int | myTilesRead |
Convenience class to write to an image file
Definition at line 188 of file TIL_Stitch.h.
| TIL_Stitch::IMGWriter::IMGWriter | ( | IMG_FilePtr | fp | ) |
|
override |
|
overridevirtual |
Implements TIL_Stitch::StitchWriter.
|
protectedvirtual |
|
overridevirtual |
Reimplemented from TIL_Stitch::StitchWriter.
|
protectedvirtual |
|
overridevirtual |
Implements TIL_Stitch::StitchWriter.
|
overridevirtual |
Reimplemented from TIL_Stitch::StitchWriter.
|
inline |
Definition at line 200 of file TIL_Stitch.h.
|
protectedvirtual |
|
protected |
Definition at line 211 of file TIL_Stitch.h.
|
protected |
Definition at line 208 of file TIL_Stitch.h.
|
protected |
Definition at line 207 of file TIL_Stitch.h.
Definition at line 209 of file TIL_Stitch.h.
|
protected |
Definition at line 210 of file TIL_Stitch.h.
|
protected |
Definition at line 213 of file TIL_Stitch.h.
|
protected |
Definition at line 212 of file TIL_Stitch.h.
|
protected |
Definition at line 212 of file TIL_Stitch.h.