1 #ifndef GEODETICFUNCTION_H
2 #define GEODETICFUNCTION_H
39 #define STR2(x) STR(x)
43 #define CONCAT(a, b) a ## b
46 #define CONCAT2(a, b) CONCAT(a, b)
49 #define GEODETICFUNCTION_PREFIX de.openIndy.plugin.function.geodeticFunction.v
50 #define GeodeticFunction_iidd STR2(CONCAT2(GEODETICFUNCTION_PREFIX, PLUGIN_INTERFACE_VERSION))
52 #endif // GEODETICFUNCTION_H
The TrafoParam class.
Definition: trafoparam.h:23
The GeodeticFunction class for future use only.
Definition: geodeticfunction.h:12
bool exec(TrafoParam &trafoParam)
Function::exec.
Definition: geodeticfunction.h:29
Definition: coordinatesystem.h:15
The Station class.
Definition: station.h:23
bool exec(const QPointer< FeatureWrapper > &feature)
Function::exec.
Definition: function.cpp:25
bool exec(Station &station)
Function::exec.
Definition: geodeticfunction.h:27
The Function class.
Definition: function.h:170
GeodeticFunction(QObject *parent=0)
Definition: geodeticfunction.h:17
The CoordinateSystem class.
Definition: coordinatesystem.h:25
#define OI_CORE_EXPORT
Definition: types.h:11
virtual ~GeodeticFunction()
Definition: geodeticfunction.h:19
bool exec(CoordinateSystem &coordinateSystem)
Function::exec.
Definition: geodeticfunction.h:28