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

Go to the source code of this file.

Classes

struct  TissueForge::state::Species
 The Tissue Forge species object. More...
 

Namespaces

namespace  TissueForge
 Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
 
namespace  TissueForge::state
 Tissue Forge state dynamics modeling features.
 
namespace  TissueForge::io
 Tissue Forge I/O.
 

Enumerations

enum  SpeciesFlags { SPECIES_BOUNDARY = 1 << 0 , SPECIES_SUBSTANCE = 1 << 2 , SPECIES_CONSTANT = 1 << 3 , SPECIES_KONSTANT = SPECIES_BOUNDARY | SPECIES_CONSTANT }
 

Functions

libsbml::SBMLNamespaces * TissueForge::state::getSBMLNamespaces ()
 
template<>
HRESULT TissueForge::io::toFile (const TissueForge::state::Species &dataElement, const MetaData &metaData, IOElement &fileElement)
 
template<>
HRESULT TissueForge::io::fromFile (const IOElement &fileElement, const MetaData &metaData, TissueForge::state::Species *dataElement)