#include <Compression.h>
Helper class for tile-related parameters.
Static Public Attributes | |
static Scaling | rms |
Scaling relative to the tile RMS. More... | |
Static Public Member Functions | |
static Position<-1 > | adaptive () |
Create an adaptive tiling. More... | |
static Position<-1 > | rowwise (long row_count=1) |
Create a rowwise tiling. More... | |
static Position<-1 > | whole () |
Create a whole-data array tiling. | |