TGSTK
0.0.1
The Tumour Growth Simulation ToolKit
tgstkBrainTissueType.h
Go to the documentation of this file.
1
/*==========================================================================
2
3
This file is part of the Tumor Growth Simulation ToolKit (TGSTK)
4
(<https://github.com/cormarte/TGSTK>, <https://cormarte.github.io/TGSTK>).
5
6
Copyright (C) 2021 Corentin Martens
7
8
This program is free software: you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation, either version 3 of the License, or
11
(at your option) any later version.
12
13
This program is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public License for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with this program. If not, see <https://www.gnu.org/licenses/>.
20
21
Contact: corentin.martens@ulb.be
22
23
==========================================================================*/
24
25
#ifndef TGSTKBRAINTISSUETYPE_H
26
#define TGSTKBRAINTISSUETYPE_H
27
28
enum
tgstkBrainTissueType
:
unsigned
short
{
29
30
BACKGROUND
=0,
31
NECROTIC_CORE
=1,
32
CSF
=2,
33
GREY_MATTER
=3,
34
WHITE_MATTER
=4,
35
OEDEMA
=5,
36
ENHANCING_CORE
=6
37
};
38
39
#endif // TGSTKBRAINTISSUETYPE_H
tgstkBrainTissueType
tgstkBrainTissueType
Definition:
tgstkBrainTissueType.h:28
NECROTIC_CORE
@ NECROTIC_CORE
Definition:
tgstkBrainTissueType.h:31
CSF
@ CSF
Definition:
tgstkBrainTissueType.h:32
WHITE_MATTER
@ WHITE_MATTER
Definition:
tgstkBrainTissueType.h:34
BACKGROUND
@ BACKGROUND
Definition:
tgstkBrainTissueType.h:30
GREY_MATTER
@ GREY_MATTER
Definition:
tgstkBrainTissueType.h:33
OEDEMA
@ OEDEMA
Definition:
tgstkBrainTissueType.h:35
ENHANCING_CORE
@ ENHANCING_CORE
Definition:
tgstkBrainTissueType.h:36
src
tgstk
misc
tgstkBrainTissueType.h
Generated by
1.8.17