HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_Stitch Namespace Reference

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)
 

Detailed Description

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.

Function Documentation

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)