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

Go to the source code of this file.

Classes

struct  TissueForge::py::ParticleTimeEventPyPredicatePyExecutor
 
struct  TissueForge::py::ParticleTimeEventPyInvokePyExecutor
 
struct  TissueForge::py::ParticleTimeEventPy
 

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.
 

Functions

ParticleTimeEventPyTissueForge::py::onParticleTimeEvent (ParticleType *targetType, const FloatP_t &period, ParticleTimeEventPyInvokePyExecutor *invokeExecutor, ParticleTimeEventPyPredicatePyExecutor *predicateExecutor=NULL, const std::string &distribution="default", const FloatP_t &start_time=0.0, const FloatP_t &end_time=-1.0, const std::string &selector="default")
 Creates a time-dependent particle event using prescribed invoke and predicate python function executors.