Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
tfTimeEventPy.h File Reference
#include "tf_py.h"
#include "tfEventPyExecutor.h"
#include <event/tfTimeEvent.h>
Include dependency graph for tfTimeEventPy.h:

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

TimeEventPyTissueForge::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.