#include "connector_model_impl.h"#include "genericmodel_impl.h"#include "kernel_manager.h"#include "model_manager_impl.h"Go to the source code of this file.
Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |
Functions | |
| template<template< typename > class ConnectorModelT> | |
| void | nest::register_connection_model (const std::string &name) |
| Register connection model (i.e. | |
| template<typename NodeModelT > | |
| void | nest::register_node_model (const std::string &name, std::string deprecation_info=std::string()) |
| Register node model (i.e. | |