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

kdu_range_set::add

Java: Kdu_range_set::Add

Overload navigation: 1, 2, 3

void add( int from, int to)

Java: void Add( int from, int to)

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

Go to class description.


Synopsis

Adds a contiguous range of indices to the set. Equivalent to calling the first form of the add function with a kdu_sampled_range object whose kdu_sampled_range::from and kdu_sampled_range::to members are identical to the from and to arguments, with kdu_sampled_range::step set to 1.


Arguments

from [int]

to [int]


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