TuttleOFX
1
|
Base class. More...
#include <CropProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
Public Member Functions | |
CropProcess (CropPlugin &instance) | |
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 | |
CropPlugin & | _plugin |
Rendering plugin. | |
CropProcessParams< Pixel > | _params |
process parameters |
Base class.
Definition at line 17 of file CropProcess.hpp.
typedef View::value_type tuttle::plugin::crop::CropProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 20 of file CropProcess.hpp.
tuttle::plugin::crop::CropProcess< View >::CropProcess | ( | CropPlugin & | instance | ) |
Definition at line 18 of file CropProcess.tcc.
void tuttle::plugin::crop::CropProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window in RoW |
Implements tuttle::plugin::ImageProcessor.
Definition at line 37 of file CropProcess.tcc.
References tuttle::plugin::merge::copy_pixels(), tuttle::plugin::merge::fill_pixels(), tuttle::plugin::ofxToGil(), tuttle::rectanglesIntersection(), terry::subimage_view(), and tuttle::translateRegion().
void tuttle::plugin::crop::CropProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 25 of file CropProcess.tcc.
References OFX::RenderArguments::renderScale, and OFX::RenderArguments::time.
CropProcessParams<Pixel> tuttle::plugin::crop::CropProcess< View >::_params [protected] |
process parameters
Definition at line 24 of file CropProcess.hpp.
CropPlugin& tuttle::plugin::crop::CropProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 23 of file CropProcess.hpp.