20#ifndef _SOURCE_IO_TFTHREEDFIO_H_
21#define _SOURCE_IO_TFTHREEDFIO_H_
23#include <TissueForge_private.h>
25#include "tfThreeDFStructure.h"
48 static HRESULT toFile(
const std::string &format,
const std::string &filePath,
const unsigned int &pRefinements=0);
Tissue Forge I/O.
Definition tfThreeDFAngleMeshGenerator.h:28
Definition tfThreeDFIO.h:31
static ThreeDFStructure * fromFile(const std::string &filePath)
Load a 3D format file.
static HRESULT toFile(const std::string &format, const std::string &filePath, const unsigned int &pRefinements=0)
Export engine state to a 3D format file.
Container for relevant data found in a 3D data file.
Definition tfThreeDFStructure.h:61
int32_t HRESULT
Definition tf_port.h:255