|
Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
|
#include <tfRunner_cuda.h>
Public Attributes | |
| short int | type |
| short int | subtype |
| volatile int | wait |
| int | flags |
| int | i |
| int | j |
| int | nr_unlock |
| int | unlock [124] |
Struct for each task.
| int TissueForge::cuda::task_cuda::flags |
Task flags.
| int TissueForge::cuda::task_cuda::i |
Indices of the cells involved.
| int TissueForge::cuda::task_cuda::nr_unlock |
Nr of task that this task unlocks.
| short int TissueForge::cuda::task_cuda::type |
Task type and subtype.
| int TissueForge::cuda::task_cuda::unlock[124] |
List of task that this task unlocks (dependencies).
| volatile int TissueForge::cuda::task_cuda::wait |
Wait counters.