26#ifndef Kernel_Recorder_H
27#define Kernel_Recorder_H
36 virtual const std::string
getName();
this file provide Kernel class
provide RuleEvaluator class
virtual void token(Param::JSON &j)
virtual const std::string getName()
Get the name of the kernel.
virtual ~Kernel_Recorder()
virtual Status & finalizeKernel_impl(Status &stat)
Virtual function to finalize the kernel implementation.
virtual Status & initializeKernel_impl(Status &stat)
Virtual function to initialize the kernel implementation.
std::vector< std::string > opened_files
virtual void setInputParam_impl(std::shared_ptr< Param > &PM)
Virtual function to set input parameters for the kernel implementation.
virtual void setInputDataSet_impl(std::shared_ptr< DataSet > &DS)
Virtual function to set input data set for the kernel implementation.
virtual Status & executeKernel_impl(Status &stat)
Virtual function to execute the kernel implementation.
kids_bint * at_samplingstep_initially_ptr
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
int kids_bint
Alias for integer type.