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

kdu_params::get

Java: Kdu_params::Get

Overload navigation: 1, 2, 3

bool get( const char * name, int record_idx, int field_idx, bool & value, bool allow_inherit=true, bool allow_extend=true, bool allow_derived=true)

Java: boolean Get( String name, int record_idx, int field_idx, boolean[] value, boolean allow_inherit, boolean allow_extend, boolean allow_derived)

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

Go to class description.


Synopsis

Retrieves a single boolean-valued parameter (field) from the named attribute. Boolean values may also be retrieved as integers, using the first form of the get function.

For a thorough description of records, fields, inheritance and extension rules and field typing, consult the description of the first form of the overloaded get function.


Arguments

name [const char *]

record_idx [int]

field_idx [int]

value [bool &]

allow_inherit [bool]

allow_extend [bool]

allow_derived [bool]


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