libbio
Loading...
Searching...
No Matches
neural/common/Types.h
Go to the documentation of this file.
1/*
2 * This file is a part of the Biology project by eons LLC.
3 * Biology (aka Develop Biology) is a framework for approaching software
4 * development from a natural sciences perspective.
5 *
6 * Copyright (C) 2022 Séon O'Shannon & eons LLC
7 *
8 * This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU Affero General Public License as
10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (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 Affero General Public License for more details.
17 *
18 * You should have received a copy of the GNU Affero General Public License
19 * along with this program. If not, see <https://www.gnu.org/licenses/>.
20 */
21
22#pragma once
23
27
28namespace bio {
29
34BIO_ID_WITH_PERSPECTIVE(Potential, Id::Type)
35
36
40BIO_ID_WITH_PERSPECTIVE(Feature, Id::Type)
41
42namespace neural {
43
44BIO_ID_WITH_PERSPECTIVE(FiringCondition, uint8_t)
45
46
49class Brain;
50
51class Neuron;
53
54class Neuropil;
56
57class Dendrite;
59
60class Axon;
62
63class Synapse;
65
66class Potential;
68
71
72} //neural namespace
73} //bio namespace
#define BIO_ID_WITH_PERSPECTIVE(className, dimension)
Definition IdAndPerspectiveMacros.h:85
Definition Axon.h:33
Definition Dendrite.h:33
Definition MembranePotential.h:42
Definition Neuropil.h:44
Definition Potential.h:51
Definition Synapse.h:67
Definition Line.h:46
chemical::LinearMotif< Synapse >::Contents Synapses
Definition neural/common/Types.h:64
chemical::LinearMotif< Potential >::Contents Potentials
Definition neural/common/Types.h:67
chemical::LinearMotif< Dendrite >::Contents Dendrites
Definition neural/common/Types.h:58
Potentials MembranePotentials
Definition neural/common/Types.h:70
chemical::LinearMotif< Axon >::Contents Axons
Definition neural/common/Types.h:61
chemical::LinearMotif< Neuropil >::Contents Neuropils
Definition neural/common/Types.h:55
chemical::LinearMotif< Neuron >::Contents Neurons
Definition neural/common/Types.h:52
TranscriptionFactor Brain()
TranscriptionFactor Neuron()
Definition FinalCell.h:29