|
HDK
|
#include <TIL_StitchDeep.h>
Inheritance diagram for TIL_Stitch::DeepScanline:Public Member Functions | |
| DeepScanline () | |
| ~DeepScanline () override | |
| void | allocate (int width, const OIIO::ImageSpec &spec) |
Public Member Functions inherited from TIL_Stitch::Scanline | |
| Scanline () | |
| virtual | ~Scanline () |
Public Attributes | |
| UT_UniquePtr< OIIO::DeepData > | myData |
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 |
Definition at line 27 of file TIL_StitchDeep.h.
| TIL_Stitch::DeepScanline::DeepScanline | ( | ) |
|
override |
| UT_UniquePtr<OIIO::DeepData> TIL_Stitch::DeepScanline::myData |
Definition at line 35 of file TIL_StitchDeep.h.