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

Public Member Functions

 ConvertPixelFormat (cmsUInt32Number intent=INTENT_PERCEPTUAL)
 
void intent (cmsUInt32Number intent)
 
virtual void runOperation (const Inputs &sources, const Outputs &dest, vector< UpdateInfo > &ROI, const long stamp)
 Apply the operation. More...
 
template<ValueType::Enum SrcFormat, ValueType::Enum DestFormat>
void convertPixelFormat (MipMap *src, MipMap *dest, vector< UpdateInfo > &ROI, const long int stamp)
 
- Public Member Functions inherited from FotoSHOCKcore::ImageOperation
 ImageOperation ()
 A constructor. More...
 
virtual ~ImageOperation ()
 A destructor.
 
GraphNodegetOwnerNode () const
 Get the node containing the operation. More...
 
virtual void initialize ()
 Set up the internal data which depends on the information from the GraphNode class. More...
 
virtual bool isPrepared ()
 Tell whether the operations is prepared to process image data. More...
 
virtual bool updateROI (UpdateInfo &currentROI, UpdateInfo &parentROI)
 Update ROI in parent to fit the needs of a new ROI. More...
 
boost::shared_ptr< UpdateInforequestROI (boost::shared_ptr< UpdateInfo > currentROI)
 Get the required ROI of an input. More...
 
virtual void serialize (XmlSerializer &serializer)
 Serialize the operation using the specified serializer. More...
 
virtual void deserialize (XmlSerializer &serializer)
 Deserialize the operation using the specified serializer. More...
 

Additional Inherited Members

- Protected Member Functions inherited from FotoSHOCKcore::ImageOperation
void setOwnerNode (GraphNode *node)
 Sets the node, that contains the operation. More...
 

Member Function Documentation

void FotoSHOCKcore::ConvertPixelFormat::runOperation ( const Inputs sources,
const Outputs dest,
vector< UpdateInfo > &  ROI,
const long  stamp 
)
virtual

Apply the operation.

Apply the operation on the given input ImageBuffers and output it in a destination buffer.

The source buffers and destination buffer can be considered as having the same PixelFormat except for some internal GraphManager operations.

Parameters
sourcessource buffers
destdestination buffers
ROIlist of regions where the operation should be recalculated. The specified ROI is not a hard limit, the region recalculated can be bigger than ROI.
stampidentifier which the operation should use to identify itself. That means you should set the tile stamp to this value in the implementation. The stamp can used to check whether the requested region of a buffer has been already processed by the operation to reduce the amount of processed data

Implements FotoSHOCKcore::ImageOperation.


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