hemocell
Loading...
Searching...
No Matches
mechanics
NoOp.h
Go to the documentation of this file.
1
/*
2
This file is part of the HemoCell library
3
4
HemoCell is developed and maintained by the Computational Science Lab
5
in the University of Amsterdam. Any questions or remarks regarding this library
6
can be sent to: info@hemocell.eu
7
8
When using the HemoCell library in scientific work please cite the
9
corresponding paper: https://doi.org/10.3389/fphys.2017.00563
10
11
The HemoCell library is free software: you can redistribute it and/or
12
modify it under the terms of the GNU Affero General Public License as
13
published by the Free Software Foundation, either version 3 of the
14
License, or (at your option) any later version.
15
16
The library is distributed in the hope that it will be useful,
17
but WITHOUT ANY WARRANTY; without even the implied warranty of
18
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
GNU Affero General Public License for more details.
20
21
You should have received a copy of the GNU Affero General Public License
22
along with this program. If not, see <http://www.gnu.org/licenses/>.
23
*/
24
#ifndef HEMOCELL_NOOP_H
25
#define HEMOCELL_NOOP_H
26
#include "
cellMechanics.h
"
27
class
NoOp
:
public
CellMechanics {
28
public
:
29
NoOp
() :CellMechanics() {};
30
NoOp
(Config & cfg, HemoCellField & cellfield) :CellMechanics() {};
31
32
33
inline
void
ParticleMechanics
(map<
int
,vector<HemoCellParticle *>>,map<int,bool>,
pluint
ctype) {} ;
34
inline
void
statistics
() {
35
cerr <<
"Mechanical model is NoOp"
;
36
}
37
};
38
39
#endif
cellMechanics.h
NoOp
Definition
NoOp.h:27
NoOp::ParticleMechanics
void ParticleMechanics(map< int, vector< HemoCellParticle * > >, map< int, bool >, pluint ctype)
Definition
NoOp.h:33
NoOp::NoOp
NoOp(Config &cfg, HemoCellField &cellfield)
Definition
NoOp.h:30
NoOp::NoOp
NoOp()
Definition
NoOp.h:29
NoOp::statistics
void statistics()
Definition
NoOp.h:34
pluint
long unsigned int pluint
Definition
constant_defaults.h:130
Generated by
1.9.8