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

Go to the source code of this file.

Classes

struct  TissueForge::state::StateVector
 A state vector of an 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  StateVectorFlags { STATEVECTOR_NONE = 0 , STATEVECTOR_OWNMEMORY = 1 << 0 }
 

Functions

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