Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
Main Page
Classes
Files
File List
All
Classes
Functions
Enumerations
Pages
ilwisobjects
operation
operationconnector.h
1
#ifndef OPERATIONCONNECTOR_H
2
#define OPERATIONCONNECTOR_H
3
4
namespace
Ilwis {
5
class
KERNELSHARED_EXPORT
OperationConnector
:
public
IlwisObjectConnector
6
{
7
public
:
8
OperationConnector
();
9
10
virtual
bool
canUse(
const
OperationExpression
&)
const
= 0;
11
12
};
13
}
14
15
#endif // OPERATIONCONNECTOR_H
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by
1.8.3.1