|
Tissue Forge C 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
|


Go to the source code of this file.
Data Structures | |
| struct | tfVertexSolverAdhesionHandle |
| Handle to a models::vertex::Adhesion instance. More... | |
Functions | |
| HRESULT | tfVertexSolverAdhesion_init (struct tfVertexSolverAdhesionHandle *handle, tfFloatP_t lam) |
| Initialize an instance. | |
| HRESULT | tfVertexSolverAdhesion_destroy (struct tfVertexSolverAdhesionHandle *handle) |
| Destroy an instance. | |
| HRESULT | tfVertexSolverAdhesion_getLam (struct tfVertexSolverAdhesionHandle *handle, tfFloatP_t *result) |
| Get the adhesion value. | |
| HRESULT | tfVertexSolverAdhesion_setLam (struct tfVertexSolverAdhesionHandle *handle, tfFloatP_t lam) |
| Set the adhesion value. | |
| HRESULT | tfVertexSolverAdhesion_toBase (struct tfVertexSolverAdhesionHandle *handle, struct tfVertexSolverMeshObjTypePairActorHandle *result) |
| Cast to a base actor instance. | |
| HRESULT | tfVertexSolverAdhesion_fromBase (struct tfVertexSolverMeshObjTypePairActorHandle *handle, struct tfVertexSolverAdhesionHandle *result) |
| Cast from a base actor instance. | |
| HRESULT tfVertexSolverAdhesion_destroy | ( | struct tfVertexSolverAdhesionHandle * | handle | ) |
Destroy an instance.
| handle | populated handle |
| HRESULT tfVertexSolverAdhesion_fromBase | ( | struct tfVertexSolverMeshObjTypePairActorHandle * | handle, |
| struct tfVertexSolverAdhesionHandle * | result ) |
Cast from a base actor instance.
| handle | populated handle |
| result | result of cast |
| HRESULT tfVertexSolverAdhesion_getLam | ( | struct tfVertexSolverAdhesionHandle * | handle, |
| tfFloatP_t * | result ) |
Get the adhesion value.
| handle | populated handle |
| result | adhesion value |
| HRESULT tfVertexSolverAdhesion_init | ( | struct tfVertexSolverAdhesionHandle * | handle, |
| tfFloatP_t | lam ) |
Initialize an instance.
| handle | handle to populate |
| lam | adhesion value |
| HRESULT tfVertexSolverAdhesion_setLam | ( | struct tfVertexSolverAdhesionHandle * | handle, |
| tfFloatP_t | lam ) |
Set the adhesion value.
| handle | populated handle |
| lam | adhesion value |
| HRESULT tfVertexSolverAdhesion_toBase | ( | struct tfVertexSolverAdhesionHandle * | handle, |
| struct tfVertexSolverMeshObjTypePairActorHandle * | result ) |
Cast to a base actor instance.
| handle | populated handle |
| result | result of cast |