Go to the source code of this file.
#define mDeclWFClassWithVariable |
( |
|
clss | ) |
|
Value:clss##Window(); \
bool hasVariable() const { return true; } \
bool setVariable(float); \
bool isAcceptableVariable(float) const; \
#define mDeclWFSimpleClass |
( |
|
nm | ) |
|
Value:mExpClass(Algo) nm
##Window : public WindowFunction \ { \
public: \
mDeclWFStdFns(nm); \
};
#define mExpClass(module)
Definition: commondefs.h:160
#define mDeclWFStdFns |
( |
|
nm | ) |
|
Value: static const char* sName() { return #nm; }\
const char* name() const { return #nm; } \
float getValue(float) const; \
float getValue( const float* x ) const { return getValue(*x); }
static uiHor3DInterpol * create(uiParent *)
Base class for window functions. The inheriting classes will give a value between 0 and 1 in the inte...
Definition: windowfunction.h:27