HDK
|
Combine a number of separate tiles into a single image. More...
Classes | |
class | Scanline |
Class to store scanline data. More... | |
class | TileReader |
class | StitchWriter |
Class to read the tile data and write it to an output sink. More... | |
class | IMGScanline |
Convenience class to represent a raster scanline. More... | |
class | IMGTileReader |
class | IMGWriter |
class | DeepScanline |
class | DeepTileReader |
class | DeepWriter |
Functions | |
TIL_API UT_DimRect | unionDataWindow (const UT_Span< const TileReader * > &tiles) |
TIL_API bool | stitch (StitchWriter &w, const UT_Span< TileReader * > &tiles, bool top_down) |
Combine a number of separate tiles into a single image.
The stitcher takes a list of readers (one for each tile) and a single image writer. The readers and writers need to have the same AOV definitions.
TIL_API bool TIL_Stitch::stitch | ( | StitchWriter & | w, |
const UT_Span< TileReader * > & | tiles, | ||
bool | top_down | ||
) |
TIL_API UT_DimRect TIL_Stitch::unionDataWindow | ( | const UT_Span< const TileReader * > & | tiles | ) |