| FDO API Reference | Feature Data Objects |
#include <UnaryLogicalOperator.h>
Inherits FdoLogicalOperator.
Inheritance diagram for FdoUnaryLogicalOperator:

Definition at line 34 of file UnaryLogicalOperator.h.
Public Member Functions | |
| FDO_API FdoFilter * | GetOperand () |
| Gets the FdoFilter operand to apply the operator to. | |
| FDO_API FdoUnaryLogicalOperations | GetOperation () |
| Gets the unary operation to be performed on the operand. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoUnaryLogicalOperator to the appropriate filter processor operation. | |
| FDO_API void | SetOperand (FdoFilter *value) |
| Sets the FdoFilter operand to apply the operator to. | |
| FDO_API void | SetOperation (FdoUnaryLogicalOperations value) |
| Sets the unary operation to be performed on the operand. | |
Static Public Member Functions | |
| static FDO_API FdoUnaryLogicalOperator * | Create (FdoFilter *operand, FdoUnaryLogicalOperations operation) |
| Constructs an instance of an FdoUnaryLogicalOperator using the specified arguments. | |
| static FDO_API FdoUnaryLogicalOperator * | Create () |
| Constructs a default instance of an FdoUnaryLogicalOperator. | |
| Comments or suggestions? Send us feedback. |