25#ifndef _WRAPS_C_VERTEX_SOLVER_TFC_MESH_BIND_H_
26#define _WRAPS_C_VERTEX_SOLVER_TFC_MESH_BIND_H_
Handle to a models::vertex::BodyHandle instance.
Definition tfCBody.h:57
Handle to a models::vertex::BodyType instance.
Definition tfCBody.h:65
Handle to a models::vertex::MeshObjActor instance.
Definition tfCMeshObj.h:53
Handle to a models::vertex::MeshObjTypePairActor instance.
Definition tfCMeshObj.h:61
Handle to a models::vertex::SurfaceHandle instance.
Definition tfCSurface.h:68
Handle to a models::vertex::SurfaceType instance.
Definition tfCSurface.h:76
HRESULT tfVertexSolverBindSurfaceType(struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverSurfaceTypeHandle *s)
Bind an actor to a surface type.
HRESULT tfVertexSolverBindBodyType(struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverBodyTypeHandle *b)
Bind an actor to a body type.
HRESULT tfVertexSolverBindTypesSS(struct tfVertexSolverMeshObjTypePairActorHandle *a, struct tfVertexSolverSurfaceTypeHandle *type1, struct tfVertexSolverSurfaceTypeHandle *type2)
Bind an actor to a pair of object types.
HRESULT tfVertexSolverBindBody(struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverBodyHandleHandle *h)
Bind an actor to a body.
HRESULT tfVertexSolverBindTypesSB(struct tfVertexSolverMeshObjTypePairActorHandle *a, struct tfVertexSolverSurfaceTypeHandle *type1, struct tfVertexSolverBodyTypeHandle *type2)
Bind an actor to a pair of object types.
HRESULT tfVertexSolverBindSurface(struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverSurfaceHandleHandle *h)
Bind an actor to a surface.
HRESULT tfVertexSolverBindTypesBB(struct tfVertexSolverMeshObjTypePairActorHandle *a, struct tfVertexSolverBodyTypeHandle *type1, struct tfVertexSolverBodyTypeHandle *type2)
Bind an actor to a pair of object types.