FotoSHOCK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
FotoSHOCKcore::ConvertPixelFormatDescr Class Reference
Inheritance diagram for FotoSHOCKcore::ConvertPixelFormatDescr:
FotoSHOCKcore::ImageOperationDescriptor

Public Member Functions

 ConvertPixelFormatDescr (cmsUInt32Number intent=INTENT_PERCEPTUAL)
 
virtual const char * name ()
 Name of the operation. More...
 
virtual const char * description ()
 Description of the operation. More...
 
virtual ImageOperationType operationType ()
 Return a type of the ImageOperation. More...
 
virtual ImageOperationoperation ()
 Create a new ImageOperation object. More...
 
virtual InputProto inputPrototype ()
 Description of inputs. More...
 
virtual OutputProto outputPrototype ()
 Description of outputs. More...
 
- Public Member Functions inherited from FotoSHOCKcore::ImageOperationDescriptor
 ImageOperationDescriptor ()
 Default constructor.
 
virtual ~ImageOperationDescriptor ()
 A destructor.
 
uint64_t id ()
 Unique identifier of the operation descriptor. More...
 

Additional Inherited Members

- Public Types inherited from FotoSHOCKcore::ImageOperationDescriptor
enum  ImageOperationType {
  TypeNone, TypeRoot, TypeNorm, TypePreview,
  TypeConvertFormat
}
 Possible types of ImageOperation s. More...
 

Member Function Documentation

virtual const char* FotoSHOCKcore::ConvertPixelFormatDescr::description ( )
inlinevirtual

Description of the operation.

Returns
description of the operation

Implements FotoSHOCKcore::ImageOperationDescriptor.

InputProto FotoSHOCKcore::ConvertPixelFormatDescr::inputPrototype ( )
virtual

Description of inputs.

Describes inputs of the operation. This includes PixelData format, that is accepted by each input.

The default implementation returns prototype specifying one input, that accepts any kind of ValueType, with arbitrary bit depth and arbitrary color space.

Returns
description of inputs

Reimplemented from FotoSHOCKcore::ImageOperationDescriptor.

virtual const char* FotoSHOCKcore::ConvertPixelFormatDescr::name ( )
inlinevirtual

Name of the operation.

The name of operation will be shown in a graph.

Returns
name of the operation

Implements FotoSHOCKcore::ImageOperationDescriptor.

ImageOperation * FotoSHOCKcore::ConvertPixelFormatDescr::operation ( )
virtual

Create a new ImageOperation object.

This function is used to obtain a new instance of the associated ImageOperation. The object must be allocated on heap using new. The memory is freed automatically when the object is not needed anymore.

Returns
new ImageOperation object

Implements FotoSHOCKcore::ImageOperationDescriptor.

virtual ImageOperationType FotoSHOCKcore::ConvertPixelFormatDescr::operationType ( )
inlinevirtual

Return a type of the ImageOperation.

By default ImageOperationType::TypeNorm is returned. If the operation is one of the special operations the getImageOperationType() must be overloaded appropriately.

Returns
the type of the operation

Reimplemented from FotoSHOCKcore::ImageOperationDescriptor.

OutputProto FotoSHOCKcore::ConvertPixelFormatDescr::outputPrototype ( )
virtual

Description of outputs.

Describes outputs of the operation.This includes PixelData format, that is provided by each input.

The default implementation returns prototype specifying one output, that has the same format as the input.

NOTE: Currently only one output is supported

Returns
description of outputs

Reimplemented from FotoSHOCKcore::ImageOperationDescriptor.


The documentation for this class was generated from the following files: