Go to the source code of this file.
|
class | IOPar |
| Generalized set of parameters of the keyword-value type. More...
|
|
#define mIOParDeclFns |
( |
|
type | ) |
|
Value:bool get(const char*,type&) const; \
bool get(const char*,type&,type&) const; \
bool get(const char*,type&,type&,type&) const; \
bool get(const char*,type&,type&,type&,type&) const
#define mIOParDeclFns |
( |
|
type | ) |
|
Value:bool getScaled(
const char*,type&,type applied_scale, \
bool set_to_undef_if_not_found) const; \
bool
getScaled(
const char*,type&,type&,type,
bool)
const; \
bool
getScaled(
const char*,type&,type&,type&,type, \
bool) const; \
bool
getScaled(
const char*,type&,type&,type&,type&,type, \
bool) const
mDeprecated void getScaled(const ArrayND< T > &in, ArrayND< T > *out_, T fact, T shift, bool noudf, bool parallel)
will be removed after 6.0
Definition: arrayndalgo.h:1683
#define mIOParDeclFns |
( |
|
fnnm, |
|
|
|
type |
|
) |
| |
Value:void fnnm(const char*,type); \
void fnnm(const char*,type,type); \
void fnnm(const char*,type,type,type); \
void fnnm(const char*,type,type,type,type)
#define mIOParDeclYNFns |
( |
|
fnnm | ) |
|
Value:void fnnm##YN(const char*,bool); \
void fnnm##YN(const char*,bool,bool); \
void fnnm##YN(const char*,bool,bool,bool); \
void fnnm##YN(const char*,bool,bool,bool,bool)