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

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)
 
ParticleTissueForge::Cluster_CreateParticle (Cluster *cluster, ParticleType *particleType, FVector3 *position=NULL, FVector3 *velocity=NULL)
 
ClusterParticleTypeTissueForge::ClusterParticleType_FindFromName (const char *name)
 Get a registered cluster type by type name.
 
HRESULT TissueForge::_Cluster_init ()
 
ClusterTissueForge::Cluster_fromString (const std::string &str)
 Create a cluster from a JSON string representation.
 
ClusterParticleTypeTissueForge::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)