| synopsis || arguments || prev || next |

kdu_range_set::get_range

Java: Kdu_range_set::Get_range

kdu_sampled_range get_range( int n)

Java: Kdu_sampled_range Get_range( int n)

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

Go to class description.


Synopsis

Returns the nth element from the internal list of (potentially sub-sampled) index ranges whose union represents the set of all indices in the set. n must be non-negative. If it is equal to or larger than the number of ranges in the list, the function returns an empty range, having its to member smaller than its from member.


Arguments

n [int]


| top || synopsis || arguments || prev || next |