Grok 10.0.5
TileComponentWindow.h File Reference
#include "grk_includes.h"
#include <stdexcept>
#include <algorithm>
#include "ResWindow.h"

Go to the source code of this file.

Classes

struct  grk::grk::TileComponentWindowBase< T >
 
struct  grk::grk::TileComponentWindow< T >
 

Namespaces

namespace  grk
 Copyright (C) 2016-2023 Grok Image Compression Inc.
 

Typedefs

typedef grk_buf2d< T, AllocatorAligned > Buf2dAligned
 

Functions

template<class T >
constexpr T grk::getFilterPad (bool lossless)
 

Variables

std::vector< ResWindow< T > * > resWindows
 
grk_rect32 unreducedBounds_
 
grk_rect32 bounds_
 
std::vector< ResSimple > resolution_
 
bool compress_
 
bool wholeTileDecompress_
 

Typedef Documentation

◆ Buf2dAligned

typedef grk_buf2d<T, AllocatorAligned> Buf2dAligned

Variable Documentation

◆ bounds_

grk_rect32 bounds_
protected

◆ compress_

bool compress_
protected

◆ resolution_

std::vector<ResSimple> resolution_
protected

◆ resWindows

std::vector<ResWindow<T>*> resWindows
protected

◆ unreducedBounds_

grk_rect32 unreducedBounds_
protected

◆ wholeTileDecompress_

bool wholeTileDecompress_
protected