|
Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
|

Go to the source code of this file.
Classes | |
| struct | TissueForge::py::TimeEventPyPredicatePyExecutor |
| struct | TissueForge::py::TimeEventPyInvokePyExecutor |
| struct | TissueForge::py::TimeEventPy |
Namespaces | |
| namespace | TissueForge |
| Include Python header, disable linking to pythonX_d.lib on Windows in debug mode. | |
| namespace | TissueForge::py |
| Tissue Forge Python language support. | |
Typedefs | |
| using | TissueForge::py::TimeEventPyList = event::EventListT<TimeEventPy> |
Functions | |
| TimeEventPy * | TissueForge::py::onTimeEvent (const FloatP_t &period, TimeEventPyInvokePyExecutor *invokeExecutor, TimeEventPyPredicatePyExecutor *predicateExecutor=NULL, const std::string &distribution="default", const FloatP_t &start_time=0, const FloatP_t &end_time=-1) |
| Creates a time-dependent event using prescribed invoke and predicate python function executors. | |