28#ifndef Kernel_Prioritization_H
29#define Kernel_Prioritization_H
42 virtual const std::string
getName();
this file provide Kernel class
This class specifies the kernels that prioritizing other kernels.
virtual Status & initializeKernel_impl(Status &stat)
Virtual function to initialize the kernel implementation.
Kernel_Prioritization(std::vector< std::shared_ptr< Kernel > > kers, int ptype_in)
std::vector< std::shared_ptr< Kernel > > _ref_kernels
virtual void setInputParam_impl(std::shared_ptr< Param > &PM)
Virtual function to set input parameters for the kernel implementation.
virtual const std::string getName()
Get the name of the kernel.
virtual void setInputDataSet_impl(std::shared_ptr< DataSet > &DS)
Virtual function to set input data set for the kernel implementation.
virtual int getType() const
Get the type of the kernel.
this class provides the container and implementation of algorithms
< http://warp.povusers.org/FunctionParser/fparser.html