20#ifndef _MDCORE_SOURCE_TF_MDCORE_IO_H_
21#define _MDCORE_SOURCE_TF_MDCORE_IO_H_
23#include <mdcore_config.h>
Tissue Forge I/O.
Definition tfThreeDFAngleMeshGenerator.h:28
HRESULT toFile(const T &dataElement, const MetaData &metaData, IOElement &fileElement)
Convert an object to an intermediate I/O object.
HRESULT fromFile(const IOElement &fileElement, const MetaData &metaData, T *dataElement)
Instantiate an object from an intermediate I/O object.
struct TissueForge::Dihedral Dihedral
struct TissueForge::Bond Bond
Bonds apply a potential to a particular set of particles.
struct TissueForge::Angle Angle
A bond concerning an angle.
Container for _IOElement.
Definition tf_io.h:71
int32_t HRESULT
Definition tf_port.h:255