2 #include "cppyabm/mesh.h"
3 #include "cppyabm/bind_tools.h"
4 #include "cppyabm/common.h"
5 #include "cppyabm/bases.h"
9 struct expEnv:
public Env<expEnv,expAgent,expPatch>{
24 bind_tools::expose_defaults<expEnv,expAgent,expPatch>(
m);
25 bind_tools::expose_env<expEnv,expAgent,expPatch,bind_tools::tramEnv<expEnv,expAgent,expPatch>>(
m,
"Env");
26 bind_tools::expose_agent<expEnv,expAgent,expPatch,bind_tools::tramAgent<expEnv,expAgent,expPatch>>(
m,
"Agent");
27 bind_tools::expose_patch<expEnv,expAgent,expPatch,bind_tools::tramPatch<expEnv,expAgent,expPatch>>(
m,
"Patch");