#include <mdcore_config.h>
#include <state/tfSpeciesValue.h>
#include "tfParticleList.h"
#include <set>
Go to the source code of this file.
|
| namespace | TissueForge |
| | Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
|
| |
|
|
HRESULT | TissueForge::Secrete_AmountToParticles (struct state::SpeciesValue *species, FPTYPE amount, uint16_t nr_parts, int32_t *parts, FPTYPE *secreted) |
| |
|
HRESULT | TissueForge::Secrete_AmountWithinDistance (struct state::SpeciesValue *species, FPTYPE amount, FPTYPE radius, const std::set< short int > *typeIds, FPTYPE *secreted) |
| |