Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
TissueForge::task Struct Reference

#include <tfTask.h>

Collaboration diagram for TissueForge::task:

Public Attributes

short int type
 
short int subtype
 
int wait
 
int flags
 
int i
 
int j
 
int nr_unlock
 
struct taskunlock [124]
 

Detailed Description

The task structure

Member Data Documentation

◆ flags

int TissueForge::task::flags

Task flags.

◆ i

int TissueForge::task::i

Indices of the cells/domain involved.

◆ nr_unlock

int TissueForge::task::nr_unlock

Nr of task that this task unlocks.

◆ type

short int TissueForge::task::type

Task type/subtype.

◆ unlock

struct task* TissueForge::task::unlock[124]

List of task that this task unlocks (dependencies).

◆ wait

int TissueForge::task::wait

Wait counters.


The documentation for this struct was generated from the following file: