25#ifndef _MODELS_VERTEX_SOLVER_TF_MESH_IO_H_
26#define _MODELS_VERTEX_SOLVER_TF_MESH_IO_H_
The mesh body is a volume-enclosing object of mesh surfaces.
Definition tfBody.h:59
Contains all Vertex, Surface and Body instances.
Definition tfMesh.h:52
An object that schedules topological operations on a mesh to maintain its quality.
Definition tfMeshQuality.h:205
The mesh surface is an area-enclosed object of implicit mesh edges defined by mesh vertices.
Definition tfSurface.h:65
The mesh vertex is a volume of a mesh centered at a point in a space.
Definition tfVertex.h:71
Tissue Forge I/O.
Definition tfThreeDFAngleMeshGenerator.h:28
HRESULT toFile(const T &dataElement, const MetaData &metaData, IOElement &fileElement)
Convert an object to an intermediate I/O object.
HRESULT fromFile(const IOElement &fileElement, const MetaData &metaData, T *dataElement)
Instantiate an object from an intermediate I/O object.
Container for _IOElement.
Definition tf_io.h:71
Models adhesion between pairs of Surface or Body instances by type.
Definition tfAdhesion.h:60
Imposes a body force on Body instances.
Definition tfBodyForce.h:39
A handle to a Body.
Definition tfBody.h:345
Mesh body type.
Definition tfBody.h:608
Imposes that surfaces are convex.
Definition tfConvexPolygonConstraint.h:42
Models tension between connected vertices.
Definition tfEdgeTension.h:53
Imposes that surfaces remain flat.
Definition tfFlatSurfaceConstraint.h:42
Base definition of how a mesh object acts on another mesh object.
Definition tfMeshObj.h:97
Models a stress acting on a Surface along its normal.
Definition tfNormalStress.h:39
Imposes a perimeter constraint on a surface.
Definition tfPerimeterConstraint.h:49
Imposes a surface area constraint on Body or Surface instances.
Definition tfSurfaceAreaConstraint.h:50
A handle to a Surface.
Definition tfSurface.h:630
Models a traction force.
Definition tfSurfaceTraction.h:39
Mesh surface type.
Definition tfSurface.h:1099
A handle to a Vertex.
Definition tfVertex.h:493
Imposes a volume constraint.
Definition tfVolumeConstraint.h:50
int32_t HRESULT
Definition tf_port.h:255