ImageProcessor::TGeometricalOperation Class Reference

class ImageProcessor::TGeometricalOperation : public ImageProcessor::TEffect

The class provides functions to geometrically control an image.

Inherits from

Constructor & Destructor Documentation

TGeometricalOperation(Plugin::MEffect &, CImageProcessorImpl &)

TGeometricalOperation(Plugin::MEffect &aEffect,
CImageProcessorImpl &aImageProcessorImpl
)[private]

Parameters

Plugin::MEffect & aEffect
CImageProcessorImpl & aImageProcessorImpl

Member Functions Documentation

Operation()

IMPORT_C CImgProcessor::TOperationOperation()const

Gets the operation of the current GeometricalOperation effect.

SetOperationL(CImgProcessor::TOperation)

IMPORT_C voidSetOperationL(CImgProcessor::TOperationaOperation)

Specifies the operation for the current GeometricalOperation effect.

leave
KErrNotReady The effect is not active.
leave
KErrArgument The operation is not in the CImgProcessor::TOperation enumeration.

Parameters

CImgProcessor::TOperation aOperationThe operation.