KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
Kernel_Read_Dimensions.h
Go to the documentation of this file.
1
29#ifndef Kernel_Read_Dimensions_H
30#define Kernel_Read_Dimensions_H
31
32#include "kids/Kernel.h"
33#include "kids/vars_list.h"
34
35namespace PROJECT_NS {
36
40class Kernel_Read_Dimensions final : public Kernel {
41 public:
43
44 virtual const std::string getName();
45
46 virtual int getType() const;
47
48 private:
49 virtual void setInputParam_impl(std::shared_ptr<Param>& PM);
50};
51
52}; // namespace PROJECT_NS
53
54#endif // Kernel_Read_Dimensions_H
this file provide Kernel class
This class specifies the kernels that initialize the dimensions of data.
virtual int getType() const
Get the type of the kernel.
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.
this class provides the container and implementation of algorithms
Definition Kernel.h:60
< http://warp.povusers.org/FunctionParser/fparser.html
Definition Context.h:39
declaration of variables used in the program.