| synopsis || functions || variables |
[Declared in "../apps/compressed_io/kdu_client_window.h"]
This structure is used to keep track of a range of values which may have been sub-sampled. In the context of the kdu_window object, it provides an efficient mechanism for expressing lists of code-stream indices or image component indices.
The range includes all values of the form from + k* step which are no larger than to, where k is a non-negative integer.
kdu_sampled_range (4 forms) {Java: Kdu_sampled_range}
is_empty {Java: Is_empty}
get_from {Java: Get_from}
get_to {Java: Get_to}
get_step {Java: Get_step}
set_from {Java: Set_from}
set_to {Java: Set_to}
set_step {Java: Set_step}
Inclusive lower bound of the range.
Inclusive upper bound of the range.
Strictly positive step value.