CMlib
Cell mapping algorithms in C++
system.h
Go to the documentation of this file.
1
#ifndef CELL_MAPPING_CPP_SYSTEM_H
2
#define CELL_MAPPING_CPP_SYSTEM_H
3
4
namespace
cm
{
5
6
template
<
class
StateVectorType>
7
class
DynamicalSystemBase
{
8
private
:
9
public
:
10
virtual
StateVectorType
step
(
const
StateVectorType& state)
const
= 0;
11
};
12
}
13
14
#endif //CELL_MAPPING_CPP_SYSTEM_H
cm::DynamicalSystemBase::step
virtual StateVectorType step(const StateVectorType &state) const =0
cm::DynamicalSystemBase
Definition:
system.h:7
cm
Definition:
cell.h:6
cpp
cm
system.h
Generated on Tue Mar 5 2019 15:12:06 for CMlib by
1.8.15