Ilwis-Objects  1.0
GIS and Remote Sensing framework for data access and processing
 All Classes Functions Enumerations Pages
operationhelper.h
1 #ifndef OPERATIONHELPER_H
2 #define OPERATIONHELPER_H
3 
4 namespace Ilwis {
5 class KERNELSHARED_EXPORT OperationHelper
6 {
7 public:
9  static void initialize(const IIlwisObject &inputObject, Ilwis::IIlwisObject &outputObject, IlwisTypes tp, quint64 what);
10 };
11 }
12 
13 #endif // OPERATIONHELPER_H