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
ventilation_mechanics
controller
CompartmentManager.h
1
/* Distributed under the Apache License, Version 2.0.
2
See accompanying NOTICE file for details.*/
3
4
#pragma once
5
6
#include "engine/human_adult/ventilation_mechanics/Engine.h"
7
#include "engine/human_adult/whole_body/controller/CompartmentManager.h"
8
9
namespace
pulse
{
namespace
human_adult_ventilation_mechanics
10
{
14
class
PULSE_DECL CompartmentManager :
public
pulse::CompartmentManager
15
{
16
public
:
17
CompartmentManager(pulse::Data& data);
18
virtual
~CompartmentManager();
19
20
void
StateChange()
override
;
21
};
22
END_NAMESPACE_EX
pulse
Definition:
Logger.h:14
Distributed under the
Apache License, Version 2.0
.
See accompanying
NOTICE
file for details.