TuttleOFX  1
tuttle::plugin::histogram::HistogramProcess< View > Class Template Reference

#include <HistogramProcess.hpp>

Inheritance diagram for tuttle::plugin::histogram::HistogramProcess< View >:
Collaboration diagram for tuttle::plugin::histogram::HistogramProcess< View >:

Public Types

typedef View::value_type Pixel
typedef
boost::gil::channel_type< View >
::type 
Channel
typedef float Scalar

Public Member Functions

 HistogramProcess (HistogramPlugin &effect)
void setup (const OFX::RenderArguments &args)
void multiThreadProcessImages (const OfxRectI &procWindowRoW)
 Function called by rendering thread each time a process must be done.

Protected Attributes

HistogramPlugin_plugin
 Rendering plugin.
HistogramProcessParams< Scalar_params
 parameters

Detailed Description

template<class View>
class tuttle::plugin::histogram::HistogramProcess< View >

Definition at line 95 of file HistogramProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::histogram::HistogramProcess< View >::Channel

Definition at line 99 of file HistogramProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::histogram::HistogramProcess< View >::Pixel

Reimplemented from tuttle::plugin::ImageGilProcessor< View >.

Definition at line 98 of file HistogramProcess.hpp.

template<class View >
typedef float tuttle::plugin::histogram::HistogramProcess< View >::Scalar

Definition at line 100 of file HistogramProcess.hpp.


Constructor & Destructor Documentation

Definition at line 10 of file HistogramProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::histogram::HistogramProcess< View >::multiThreadProcessImages ( const OfxRectI procWindowRoW) [virtual]

Function called by rendering thread each time a process must be done.

Parameters:
[in]procWindowRoWProcessing window

Implements tuttle::plugin::ImageProcessor.

Definition at line 29 of file HistogramProcess.tcc.

References tuttle::plugin::histogram::Compute_alpha_pixel::_isOutputBW, tuttle::plugin::histogram::Compute_alpha_pixel::_params, terry::subimage_view(), terry::algorithm::transform_pixels_progress(), tuttle::translateRegion(), OfxPointI::x, OfxRectI::x1, OfxRectI::x2, OfxPointI::y, OfxRectI::y1, and OfxRectI::y2.

Here is the call graph for this function:

template<class View >
void tuttle::plugin::histogram::HistogramProcess< View >::setup ( const OFX::RenderArguments args) [virtual]

Field Documentation

parameters

Definition at line 103 of file HistogramProcess.hpp.

template<class View >
HistogramPlugin& tuttle::plugin::histogram::HistogramProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 102 of file HistogramProcess.hpp.


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