Kitware
Open Source
Toggle navigation
About
Pulse in Action
Resources
Publications
Documentation
Blog
Forums
Wiki
Newsletter
Methodology
Anesthesia Machine
Blood Chemistry
Bag Valve Mask
Cardiovascular
Circuit
Drugs
Endocrine
Energy
Environment
Gastrointestinal
Inhaler
Mechancial Ventilator
Nervous
Patient
Renal
Respiratory
Substance Transport
System
Tissue
Downloads
Contact Kitware
Pulse Support
pulse
engine
src
cpp
engine
human_adult
whole_body
system
physiology
NervousModel.h
1
/* Distributed under the Apache License, Version 2.0.
2
See accompanying NOTICE file for details.*/
3
4
#pragma once
5
#include "engine/common/system/physiology/NervousModel.h"
6
#include "engine/human_adult/whole_body/controller/Controller.h"
7
8
namespace
pulse
{
namespace
human_adult_whole_body
9
{
10
class
PULSE_DECL NervousModel :
public
pulse::NervousModel
11
{
12
friend
class
EngineTest;
13
public
:
14
NervousModel(pulse::Data& data) :
pulse
::NervousModel(data) {}
15
virtual
~NervousModel() =
default
;
16
};
17
END_NAMESPACE_EX
pulse
Definition:
Logger.h:14
Distributed under the
Apache License, Version 2.0
.
See accompanying
NOTICE
file for details.