TuttleOFX
1
|
Resize process. More...
#include <ResizeProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef boost::gil::channel_type< View > ::type | Channel |
typedef float | Scalar |
Public Member Functions | |
ResizeProcess (ResizePlugin &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 | |
ResizePlugin & | _plugin |
Rendering plugin. | |
ResizeProcessParams< Scalar > | _params |
parameters |
Resize process.
Definition at line 15 of file ResizeProcess.hpp.
typedef boost::gil::channel_type<View>::type tuttle::plugin::resize::ResizeProcess< View >::Channel |
Definition at line 19 of file ResizeProcess.hpp.
typedef View::value_type tuttle::plugin::resize::ResizeProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 18 of file ResizeProcess.hpp.
typedef float tuttle::plugin::resize::ResizeProcess< View >::Scalar |
Definition at line 20 of file ResizeProcess.hpp.
tuttle::plugin::resize::ResizeProcess< View >::ResizeProcess | ( | ResizePlugin & | effect | ) |
Definition at line 10 of file ResizeProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::resize::ResizeProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindow | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window |
Implements tuttle::plugin::ImageProcessor.
Definition at line 29 of file ResizeProcess.tcc.
References terry::sampler::eParamFilterBC, tuttle::plugin::swscale::eParamFilterBicubic, tuttle::plugin::swscale::eParamFilterBilinear, terry::sampler::eParamFilterCatrom, terry::sampler::eParamFilterGaussian, terry::sampler::eParamFilterKeys, tuttle::plugin::swscale::eParamFilterLanczos, terry::sampler::eParamFilterLanczos12, terry::sampler::eParamFilterLanczos3, terry::sampler::eParamFilterLanczos4, terry::sampler::eParamFilterLanczos6, terry::sampler::eParamFilterMitchell, terry::sampler::eParamFilterNearest, terry::sampler::eParamFilterParzen, terry::sampler::eParamFilterRifman, terry::sampler::eParamFilterSimon, tuttle::plugin::ofxToGil(), and terry::sampler::resample_pixels_progress().
void tuttle::plugin::resize::ResizeProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 18 of file ResizeProcess.tcc.
References OFX::RenderArguments::renderScale.
ResizeProcessParams<Scalar> tuttle::plugin::resize::ResizeProcess< View >::_params [protected] |
parameters
Definition at line 24 of file ResizeProcess.hpp.
ResizePlugin& tuttle::plugin::resize::ResizeProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 23 of file ResizeProcess.hpp.