|
Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
|
#include "tfMeshObj.h"

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 | |
| template<typename T> | |
| bool | TissueForge::models::vertex::check (void *obj) |
| Check whether an object is an instance of an object type. | |
| bool TissueForge::models::vertex::check | ( | void * | obj | ) |
Check whether an object is an instance of an object type.
| T | a derived class of MeshObjType |
| obj | mesh object instance |