|
Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
|
#include <TissueForge_private.h>#include "tfThreeDFStructure.h"

Go to the source code of this file.
Namespaces | |
| namespace | TissueForge |
| Include Python header, disable linking to pythonX_d.lib on Windows in debug mode. | |
| namespace | TissueForge::io |
| Tissue Forge I/O. | |
Functions | |
| ThreeDFStructure * | TissueForge::io::fromFile3DF (const std::string &filePath) |
| Tissue Forge import/export interface. | |
| HRESULT | TissueForge::io::toFile3DF (const std::string &format, const std::string &filePath, const unsigned int &pRefinements=0) |
| Export engine state to a 3D format file. | |
| HRESULT | TissueForge::io::toFile (const std::string &saveFilePath) |
| Save a simulation to file. | |
| std::string | TissueForge::io::toString () |
| Return a simulation state as a JSON string. | |
| int | TissueForge::io::mapImportParticleId (const unsigned int &pId) |
| Get the id of a particle according to import data that corresponds to a particle id of current data. | |
| int | TissueForge::io::mapImportParticleTypeId (const unsigned int &pId) |
| Get the id of a particle type according to import data that corresponds to a particle type id of current data. | |