|
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::Cluster |
The cluster analogue to :class:Particle. More... | |
| struct | TissueForge::ClusterParticleType |
The cluster analogue to :class:ParticleType. More... | |
| struct | TissueForge::ClusterParticleHandle |
The cluster analogue to :class:ParticleHandle. More... | |
Namespaces | |
| namespace | TissueForge |
| Include Python header, disable linking to pythonX_d.lib on Windows in debug mode. | |
Functions | |
| HRESULT | TissueForge::Cluster_AddParticle (struct Cluster *cluster, struct Particle *part) |
| HRESULT | TissueForge::Cluster_ComputeAggregateQuantities (struct Cluster *cluster) |
| Particle * | TissueForge::Cluster_CreateParticle (Cluster *cluster, ParticleType *particleType, FVector3 *position=NULL, FVector3 *velocity=NULL) |
| ClusterParticleType * | TissueForge::ClusterParticleType_FindFromName (const char *name) |
| Get a registered cluster type by type name. | |
| HRESULT | TissueForge::_Cluster_init () |
| Cluster * | TissueForge::Cluster_fromString (const std::string &str) |
| Create a cluster from a JSON string representation. | |
| ClusterParticleType * | TissueForge::ClusterParticleType_fromString (const std::string &str) |
| Create a cluster type from a JSON string representation. | |
| std::ostream & | operator<< (std::ostream &os, const TissueForge::ClusterParticleHandle &p) |
| std::ostream & | operator<< (std::ostream &os, const TissueForge::ClusterParticleType &p) |