Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
tf_mesh_bind.h File Reference
#include "tfMeshObj.h"
#include "tfVertex.h"
#include "tfSurface.h"
#include "tfBody.h"
Include dependency graph for tf_mesh_bind.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  TissueForge
 Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
 
namespace  TissueForge::models
 Application-specific Tissue Forge models and methods.
 

Functions

HRESULT TissueForge::models::vertex::bind::body (MeshObjActor *a, BodyType *b)
 Bind an actor to a body type.
 
HRESULT TissueForge::models::vertex::bind::body (MeshObjActor *a, const BodyHandle &h)
 Bind an actor to a body.
 
HRESULT TissueForge::models::vertex::bind::surface (MeshObjActor *a, SurfaceType *s)
 Bind an actor to a surface type.
 
HRESULT TissueForge::models::vertex::bind::surface (MeshObjActor *a, const SurfaceHandle &h)
 Bind an actor to a surface.
 
HRESULT TissueForge::models::vertex::bind::types (MeshObjTypePairActor *a, MeshObjType *type1, MeshObjType *type2)
 Bind an actor to a pair of object types.
 

Function Documentation

◆ body() [1/2]

HRESULT TissueForge::models::vertex::bind::body ( MeshObjActor * a,
BodyType * b )

Bind an actor to a body type.

Parameters
aactor
bbody type

◆ body() [2/2]

HRESULT TissueForge::models::vertex::bind::body ( MeshObjActor * a,
const BodyHandle & h )

Bind an actor to a body.

Parameters
aactor
hbody

◆ surface() [1/2]

HRESULT TissueForge::models::vertex::bind::surface ( MeshObjActor * a,
const SurfaceHandle & h )

Bind an actor to a surface.

Parameters
aactor
hsurface

◆ surface() [2/2]

HRESULT TissueForge::models::vertex::bind::surface ( MeshObjActor * a,
SurfaceType * s )

Bind an actor to a surface type.

Parameters
aactor
ssurface type

◆ types()

HRESULT TissueForge::models::vertex::bind::types ( MeshObjTypePairActor * a,
MeshObjType * type1,
MeshObjType * type2 )

Bind an actor to a pair of object types.

Parameters
aactor
type1first object type
type2second object type