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

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

ThreeDFStructureTissueForge::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.