Template Function setup

Function Documentation

template<class T>
static PyObject *setup(PyTemplate<T> *self, PyObject *args)

Sets up the simulation, including importing map files and generating in-memory objects.

Template Parameters
  • T: the simulation type
Parameters
  • self: the Python self object
  • args: arguments to parse