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

kdu_params::set

Java: Kdu_params::Set

Overload navigation: 1, 2, 3

void set( const char * name, int record_idx, int field_idx, double value)

Java: void Set( String name, int record_idx, int field_idx, double value)

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

Go to class description.


Synopsis

Sets the value of a single parameter (field) in the named attribute, having the F (floating point) type.

For a thorough description of records, fields and field typing conventions, consult the description of the first form of this overloaded set function.


Arguments

name [const char *]

record_idx [int]

field_idx [int]

value [double]


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