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

Public Attributes | |
| short int | type |
| short int | subtype |
| int | wait |
| int | flags |
| int | i |
| int | j |
| int | nr_unlock |
| struct task * | unlock [124] |
The task structure
| int TissueForge::task::flags |
Task flags.
| int TissueForge::task::i |
Indices of the cells/domain involved.
| int TissueForge::task::nr_unlock |
Nr of task that this task unlocks.
| short int TissueForge::task::type |
Task type/subtype.
| struct task* TissueForge::task::unlock[124] |
List of task that this task unlocks (dependencies).
| int TissueForge::task::wait |
Wait counters.