KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
PyKernel Class Reference
Inheritance diagram for PyKernel:
Inheritance graph
Collaboration diagram for PyKernel:
Collaboration graph

Public Member Functions

const std::string getName () override
 
void setInputParam_impl (std::shared_ptr< Param > &PM) override
 
void setInputDataSet_impl (std::shared_ptr< DataSet > &DS) override
 
Status & initializeKernel_impl (Status &stat) override
 
Status & executeKernel_impl (Status &stat) override
 

Detailed Description

Definition at line 1 of file kids_kernel.cc.

Member Function Documentation

◆ executeKernel_impl()

Status & PyKernel::executeKernel_impl ( Status & stat)
inlineoverride

Definition at line 34 of file kids_kernel.cc.

References executeKernel_impl().

Referenced by executeKernel_impl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getName()

const std::string PyKernel::getName ( )
inlineoverride

Definition at line 7 of file kids_kernel.cc.

References getName().

Referenced by getName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initializeKernel_impl()

Status & PyKernel::initializeKernel_impl ( Status & stat)
inlineoverride

Definition at line 28 of file kids_kernel.cc.

References initializeKernel_impl().

Referenced by initializeKernel_impl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setInputDataSet_impl()

void PyKernel::setInputDataSet_impl ( std::shared_ptr< DataSet > & DS)
inlineoverride

Definition at line 21 of file kids_kernel.cc.

References setInputDataSet_impl().

Referenced by setInputDataSet_impl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setInputParam_impl()

void PyKernel::setInputParam_impl ( std::shared_ptr< Param > & PM)
inlineoverride

Definition at line 14 of file kids_kernel.cc.

References setInputParam_impl().

Referenced by setInputParam_impl().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: