21 #ifndef mia_2d_cstkernel_hh 22 #define mia_2d_cstkernel_hh 79 void apply(
const T& in, T& out)
const;
88 virtual CPlan *do_prepare(fftwf_r2r_kind fw_kind,
const std::vector<int>& size) = 0;
90 fftwf_r2r_kind m_forward;
91 std::unique_ptr<CPlan> m_plan;
100 typedef std::shared_ptr<CCST2DImageKernel > PCST2DImageKernel;
101 typedef std::shared_ptr<CCST2DVectorKernel > PCST2DVectorKernel;
109 template <>
const char *
const 112 template <>
const char *
const the singleton that a plug-in handler really is
cst2d_kernel plugin_type
define the plugin-type helper to get the search path
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
Base class for cos/sin transformation filters.
TCSTPlan< T > CPlan
define the type of the FFTW plan used
This is tha base of all plugins that create "things", like filters, cost functions time step operator...
static const char * type_descr
plugin path helper value
plugin_data_type< T >::type plugin_data
some helper typedef for the plug-in handler
The base class for all plug-in created object.
the Base class for all plugn handlers that deal with factory plugins.
The basic template of all plugin handlers.
#define NS_MIA_END
conveniance define to end the mia namespace