KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
ModelFactory.h
Go to the documentation of this file.
1#ifndef ModelFactory_H
2#define ModelFactory_H
3
4#include "kids/Kernel.h"
5
6namespace PROJECT_NS {
7
8extern std::shared_ptr<Kernel> ModelFactory(const std::string& name);
9
10}; // namespace PROJECT_NS
11
12
13#endif // ModelFactory_H
this file provide Kernel class
< http://warp.povusers.org/FunctionParser/fparser.html
Definition Context.h:39
std::shared_ptr< Kernel > ModelFactory(const std::string &name)