|
BioDynaMo
v1.05.125-2619fe54
|
#include <limits>#include "core/agent/agent.h"#include "core/agent/new_agent_event.h"#include "core/util/type.h"Go to the source code of this file.
Classes | |
| class | bdm::Behavior |
Namespaces | |
| bdm | |
Macros | |
| #define | BDM_BEHAVIOR_HEADER(class_name, base_class, class_version_id) |
| Inserts boilerplate code for behaviors with state. More... | |
| #define BDM_BEHAVIOR_HEADER | ( | class_name, | |
| base_class, | |||
| class_version_id | |||
| ) |
Inserts boilerplate code for behaviors with state.
Definition at line 130 of file behavior.h.
1.8.17