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

kdu_params::copy_all

Java: Kdu_params::Copy_all

void copy_all( kdu_params * source, int skip_components=0, int discard_levels=0, bool transpose=false, bool vflip=false, bool hflip=false)

Java: void Copy_all( Kdu_params source, int skip_components, int discard_levels, boolean transpose, boolean vflip, boolean hflip)

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

Same as invoking copy_from with tile indices from -1 through to the number of tiles - 1, so as to copy all tile-specific and non-specific coding parameters. The various arguments have the same interpretation as their namesakes in copy_from.


Arguments

source [kdu_params *]

skip_components [int]

discard_levels [int]

transpose [bool]

vflip [bool]

hflip [bool]


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