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
cdm
system
equipment
SEEquipment.h
1
/* Distributed under the Apache License, Version 2.0.
2
See accompanying NOTICE file for details.*/
3
4
#pragma once
5
class
SESubstanceManager
;
6
#include "cdm/system/SESystem.h"
7
8
class
CDM_DECL
SEEquipment
:
public
SESystem
9
{
10
public
:
11
12
SEEquipment
(
Logger
* logger);
13
virtual
~SEEquipment
();
14
15
void
Clear
()
override
;
// Deletes all members
16
};
Logger
Definition:
Logger.h:71
SEEquipment
Definition:
SEEquipment.h:9
SESubstanceManager
Definition:
SESubstanceManager.h:9
SESystem
Definition:
SESystem.h:8
SESystem::Clear
virtual void Clear()
Definition:
SESystem.cpp:17
Distributed under the
Apache License, Version 2.0
.
See accompanying
NOTICE
file for details.