|
TuttleOFX
1
|
#include <PushPixelPlugin.hpp>
Data Fields | |
| EParamOutput | _output |
| double | _intensity |
| double | _angle |
| double | _size |
| EParamInterpolation | _interpolation |
| EParamBorder | _border |
| terry::filter::convolve_boundary_option | _boundary_option |
| terry::filter::kernel_1d< Scalar > | _kernelGaussianDerivative |
| terry::filter::kernel_1d< Scalar > | _kernelGaussian |
Definition at line 16 of file PushPixelPlugin.hpp.
| double tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_angle |
Definition at line 20 of file PushPixelPlugin.hpp.
| EParamBorder tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_border |
Definition at line 24 of file PushPixelPlugin.hpp.
| terry::filter::convolve_boundary_option tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_boundary_option |
Definition at line 25 of file PushPixelPlugin.hpp.
| double tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_intensity |
Definition at line 19 of file PushPixelPlugin.hpp.
Referenced by tuttle::plugin::pushPixel::PushPixelPlugin::isIdentity().
| EParamInterpolation tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_interpolation |
Definition at line 22 of file PushPixelPlugin.hpp.
| terry::filter::kernel_1d<Scalar> tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_kernelGaussian |
Definition at line 28 of file PushPixelPlugin.hpp.
Referenced by tuttle::plugin::pushPixel::PushPixelPlugin::getRegionsOfInterest().
| terry::filter::kernel_1d<Scalar> tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_kernelGaussianDerivative |
Definition at line 27 of file PushPixelPlugin.hpp.
Referenced by tuttle::plugin::pushPixel::PushPixelPlugin::getRegionsOfInterest().
| EParamOutput tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_output |
Definition at line 18 of file PushPixelPlugin.hpp.
Referenced by tuttle::plugin::pushPixel::PushPixelPlugin::getProcessParams().
| double tuttle::plugin::pushPixel::PushPixelProcessParams< Scalar >::_size |
Definition at line 21 of file PushPixelPlugin.hpp.
Referenced by tuttle::plugin::pushPixel::PushPixelPlugin::isIdentity().