Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
tfParticleEventPy.h File Reference
#include "tf_py.h"
#include "tfEventPyExecutor.h"
#include <event/tfParticleEvent.h>
Include dependency graph for tfParticleEventPy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TissueForge::py::ParticleEventPyPredicatePyExecutor
 
struct  TissueForge::py::ParticleEventPyInvokePyExecutor
 
struct  TissueForge::py::ParticleEventPy
 

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

ParticleEventPyTissueForge::py::onParticleEvent (ParticleType *targetType, ParticleEventPyInvokePyExecutor *invokeExecutor, ParticleEventPyPredicatePyExecutor *predicateExecutor, const std::string &selector="default")
 Creates a particle event using prescribed invoke and predicate python function executors.