|
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.
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. | |
| HRESULT TissueForge::models::vertex::bind::body | ( | MeshObjActor * | a, |
| BodyType * | b ) |
Bind an actor to a body type.
| a | actor |
| b | body type |
| HRESULT TissueForge::models::vertex::bind::body | ( | MeshObjActor * | a, |
| const BodyHandle & | h ) |
Bind an actor to a body.
| a | actor |
| h | body |
| HRESULT TissueForge::models::vertex::bind::surface | ( | MeshObjActor * | a, |
| const SurfaceHandle & | h ) |
Bind an actor to a surface.
| a | actor |
| h | surface |
| HRESULT TissueForge::models::vertex::bind::surface | ( | MeshObjActor * | a, |
| SurfaceType * | s ) |
Bind an actor to a surface type.
| a | actor |
| s | surface type |
| HRESULT TissueForge::models::vertex::bind::types | ( | MeshObjTypePairActor * | a, |
| MeshObjType * | type1, | ||
| MeshObjType * | type2 ) |
Bind an actor to a pair of object types.
| a | actor |
| type1 | first object type |
| type2 | second object type |