TuttleOFX
1
|
#include <resample.hpp>
Public Member Functions | |
resample_pixels_fn (const MapFn &dst_to_src, const Sampler &sampler) | |
template<typename SrcView , typename DstView > | |
GIL_FORCEINLINE void | apply_compatible (const SrcView &src, const DstView &dst) const |
Data Fields | |
MapFn | _dst_to_src |
Sampler | _sampler |
Definition at line 73 of file resample.hpp.
terry::detail::resample_pixels_fn< Sampler, MapFn >::resample_pixels_fn | ( | const MapFn & | dst_to_src, |
const Sampler & | sampler | ||
) | [inline] |
Definition at line 78 of file resample.hpp.
GIL_FORCEINLINE void terry::detail::resample_pixels_fn< Sampler, MapFn >::apply_compatible | ( | const SrcView & | src, |
const DstView & | dst | ||
) | const [inline] |
Definition at line 84 of file resample.hpp.
References terry::resample_pixels().
MapFn terry::detail::resample_pixels_fn< Sampler, MapFn >::_dst_to_src |
Definition at line 75 of file resample.hpp.
Sampler terry::detail::resample_pixels_fn< Sampler, MapFn >::_sampler |
Definition at line 76 of file resample.hpp.