|
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 | tfVertexSolverBodyForceHandle |
| Handle to a models::vertex::BodyForce instance. More... | |
Functions | |
| HRESULT | tfVertexSolverBodyForce_init (struct tfVertexSolverBodyForceHandle *handle, tfFloatP_t *comps) |
| Initialize an instance. | |
| HRESULT | tfVertexSolverBodyForce_destroy (struct tfVertexSolverBodyForceHandle *handle) |
| Destroy an instance. | |
| HRESULT | tfVertexSolverBodyForce_getComps (struct tfVertexSolverBodyForceHandle *handle, tfFloatP_t **comps) |
| Get the force components. | |
| HRESULT | tfVertexSolverBodyForce_setComps (struct tfVertexSolverBodyForceHandle *handle, tfFloatP_t *comps) |
| Set the force components. | |
| HRESULT | tfVertexSolverBodyForce_toBase (struct tfVertexSolverBodyForceHandle *handle, struct tfVertexSolverMeshObjActorHandle *result) |
| Cast to a base actor instance. | |
| HRESULT | tfVertexSolverBodyForce_fromBase (struct tfVertexSolverMeshObjActorHandle *handle, struct tfVertexSolverBodyForceHandle *result) |
| Cast from a base actor instance. | |
| HRESULT tfVertexSolverBodyForce_destroy | ( | struct tfVertexSolverBodyForceHandle * | handle | ) |
Destroy an instance.
| handle | populated handle |
| HRESULT tfVertexSolverBodyForce_fromBase | ( | struct tfVertexSolverMeshObjActorHandle * | handle, |
| struct tfVertexSolverBodyForceHandle * | result ) |
Cast from a base actor instance.
| handle | populated handle |
| result | result of cast |
| HRESULT tfVertexSolverBodyForce_getComps | ( | struct tfVertexSolverBodyForceHandle * | handle, |
| tfFloatP_t ** | comps ) |
Get the force components.
| handle | populated handle |
| comps | force components |
| HRESULT tfVertexSolverBodyForce_init | ( | struct tfVertexSolverBodyForceHandle * | handle, |
| tfFloatP_t * | comps ) |
Initialize an instance.
| handle | handle to populate |
| comps | force components |
| HRESULT tfVertexSolverBodyForce_setComps | ( | struct tfVertexSolverBodyForceHandle * | handle, |
| tfFloatP_t * | comps ) |
Set the force components.
| handle | populated handle |
| comps | force components |
| HRESULT tfVertexSolverBodyForce_toBase | ( | struct tfVertexSolverBodyForceHandle * | handle, |
| struct tfVertexSolverMeshObjActorHandle * | result ) |
Cast to a base actor instance.
| handle | populated handle |
| result | result of cast |