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

Go to the source code of this file.

Functions

HRESULT tfVertexSolverFIOHasImport (bool *result)
 Test whether imported data is available.
 
HRESULT tfVertexSolverFIOMapImportVertexId (unsigned int fid, unsigned int *mapId)
 Map a vertex id from currently imported file data to the created vertex on import.
 
HRESULT tfVertexSolverFIOMapImportSurfaceId (unsigned int fid, unsigned int *mapId)
 Map a surface id from currently imported file data to the created surface on import.
 
HRESULT tfVertexSolverFIOMapImportSurfaceTypeId (unsigned int fid, unsigned int *mapId)
 Map a surface type id from currently imported file data to the created surface type on import.
 
HRESULT tfVertexSolverFIOMapImportBodyId (unsigned int fid, unsigned int *mapId)
 Map a body id from currently imported file data to the created body on import.
 
HRESULT tfVertexSolverFIOMapImportBodyTypeId (unsigned int fid, unsigned int *mapId)
 Map a body type id from currently imported file data to the created body type on import.
 

Function Documentation

◆ tfVertexSolverFIOHasImport()

HRESULT tfVertexSolverFIOHasImport ( bool * result)

Test whether imported data is available.

Parameters
resultresult of the test

◆ tfVertexSolverFIOMapImportBodyId()

HRESULT tfVertexSolverFIOMapImportBodyId ( unsigned int fid,
unsigned int * mapId )

Map a body id from currently imported file data to the created body on import.

Parameters
fidbody id according to import file
mapIdbody id according to simulation state

◆ tfVertexSolverFIOMapImportBodyTypeId()

HRESULT tfVertexSolverFIOMapImportBodyTypeId ( unsigned int fid,
unsigned int * mapId )

Map a body type id from currently imported file data to the created body type on import.

Parameters
fidbody type id according to import file
mapIdbody type id according to simulation state

◆ tfVertexSolverFIOMapImportSurfaceId()

HRESULT tfVertexSolverFIOMapImportSurfaceId ( unsigned int fid,
unsigned int * mapId )

Map a surface id from currently imported file data to the created surface on import.

Parameters
fidsurface id according to import file
mapIdsurface id according to simulation state

◆ tfVertexSolverFIOMapImportSurfaceTypeId()

HRESULT tfVertexSolverFIOMapImportSurfaceTypeId ( unsigned int fid,
unsigned int * mapId )

Map a surface type id from currently imported file data to the created surface type on import.

Parameters
fidsurface type id according to import file
mapIdsurface type id according to simulation state

◆ tfVertexSolverFIOMapImportVertexId()

HRESULT tfVertexSolverFIOMapImportVertexId ( unsigned int fid,
unsigned int * mapId )

Map a vertex id from currently imported file data to the created vertex on import.

Parameters
fidvertex id according to import file
mapIdvertex id according to simulation state