25#ifndef _MODELS_VERTEX_SOLVER_TF_MESH_BIND_H_
26#define _MODELS_VERTEX_SOLVER_TF_MESH_BIND_H_
34namespace TissueForge::models::vertex {
A handle to a Body.
Definition tfBody.h:345
Mesh body type.
Definition tfBody.h:608
Base definition of how a mesh object acts on another mesh object.
Definition tfMeshObj.h:97
Base mesh object type definition.
Definition tfMeshObj.h:176
Base definition of how a mesh object of a type acts on another mesh object through interactions with ...
Definition tfMeshObj.h:201
A handle to a Surface.
Definition tfSurface.h:630
Mesh surface type.
Definition tfSurface.h:1099
HRESULT body(MeshObjActor *a, BodyType *b)
Bind an actor to a body type.
HRESULT surface(MeshObjActor *a, SurfaceType *s)
Bind an actor to a surface type.
int32_t HRESULT
Definition tf_port.h:255