1 #ifndef GENERATEFEATUREFUNCTION_H
2 #define GENERATEFEATUREFUNCTION_H
22 void addFeature(
const QPointer<FeatureWrapper> &feature);
23 void addFeatures(
const QList<QPointer<FeatureWrapper> > &features);
33 #define STR2(x) STR(x)
37 #define CONCAT(a, b) a ## b
40 #define CONCAT2(a, b) CONCAT(a, b)
43 #define GENERATEFEATUREFUNCTION_PREFIX de.openIndy.plugin.function.generateFeatureFunction.v
44 #define GenerateFeatureFunction_iidd STR2(CONCAT2(GENERATEFEATUREFUNCTION_PREFIX, PLUGIN_INTERFACE_VERSION))
46 #endif // GENERATEFEATUREFUNCTION_H
virtual ~GenerateFeatureFunction()
Definition: generatefeaturefunction.h:19
Definition: coordinatesystem.h:15
GenerateFeatureFunction(QObject *parent=0)
Definition: generatefeaturefunction.h:17
The Function class.
Definition: function.h:170
The GenerateFeatureFunction class Function that uses its input elements to generate one or more new f...
Definition: generatefeaturefunction.h:12
#define OI_CORE_EXPORT
Definition: types.h:11