Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
tf_mesh.h File Reference
#include "tfMeshObj.h"
Include dependency graph for tf_mesh.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

template<typename T>
bool TissueForge::models::vertex::check (void *obj)
 Check whether an object is an instance of an object type.
 

Function Documentation

◆ check()

template<typename T>
bool TissueForge::models::vertex::check ( void * obj)

Check whether an object is an instance of an object type.

Template Parameters
Ta derived class of MeshObjType
Parameters
objmesh object instance
Returns
true if the mesh object is an instance of the class