HDK
|
Convenience class to represent a raster scanline. More...
#include <TIL_Stitch.h>
Classes | |
struct | ScanData |
Public Member Functions | |
IMGScanline () | |
~IMGScanline () override | |
void | allocate (int width, const UT_Array< const IMG_Plane * > &planes) |
const uint8 * | data (int plane, int xoff) const |
uint8 * | data (int plane, int xoff) |
int | numPlanes () const |
const IMG_Plane * | plane (int i) const |
![]() | |
Scanline () | |
virtual | ~Scanline () |
Additional Inherited Members | |
![]() | |
UT_NonCopyable ()=default | |
~UT_NonCopyable ()=default | |
UT_NonCopyable (const UT_NonCopyable &)=delete | |
UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete |
Convenience class to represent a raster scanline.
Definition at line 90 of file TIL_Stitch.h.
TIL_Stitch::IMGScanline::IMGScanline | ( | ) |
|
override |
Definition at line 107 of file TIL_Stitch.h.
Definition at line 111 of file TIL_Stitch.h.
|
inline |
Definition at line 116 of file TIL_Stitch.h.
Definition at line 117 of file TIL_Stitch.h.