|
HDK
|
#include "TIL_API.h"#include <UT/UT_Rect.h>#include <UT/UT_Span.h>#include <UT/UT_Array.h>#include <UT/UT_NonCopyable.h>#include <IMG/IMG_File.h>
Include dependency graph for TIL_Stitch.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TIL_Stitch::Scanline |
| Class to store scanline data. More... | |
| class | TIL_Stitch::TileReader |
| class | TIL_Stitch::StitchWriter |
| Class to read the tile data and write it to an output sink. More... | |
| class | TIL_Stitch::IMGScanline |
| Convenience class to represent a raster scanline. More... | |
| struct | TIL_Stitch::IMGScanline::ScanData |
| class | TIL_Stitch::IMGTileReader |
| struct | TIL_Stitch::IMGTileReader::OpenStyle |
| class | TIL_Stitch::IMGWriter |
Namespaces | |
| TIL_Stitch | |
| Combine a number of separate tiles into a single image. | |
Functions | |
| TIL_API UT_DimRect | TIL_Stitch::unionDataWindow (const UT_Span< const TileReader * > &tiles) |
| TIL_API bool | TIL_Stitch::stitch (StitchWriter &w, const UT_Span< TileReader * > &tiles, bool top_down) |