| synopsis || functions || variables |

kdu_sampled_range [struct]

Java: Kdu_sampled_range

[Declared in "../apps/compressed_io/kdu_client_window.h"]


Synopsis

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.


Public Functions

kdu_sampled_range (4 forms) {Java: Kdu_sampled_range}

is_empty {Java: Is_empty}

operator!

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}

Public Variables

from [int]

Inclusive lower bound of the range.

to [int]

Inclusive upper bound of the range.

step [int]

Strictly positive step value.


| top || synopsis || functions || variables |