Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
tfTask.h File Reference
#include "tf_platform.h"
#include <iostream>
Include dependency graph for tfTask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TissueForge::task
 

Namespaces

namespace  TissueForge
 Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
 

Macros

#define task_max_unlock   124
 

Typedefs

typedef struct TissueForge::task TissueForge::task
 

Enumerations

enum  {
  task_type_none = 0 , task_type_self , task_type_pair , task_type_sort ,
  task_type_bonded , task_type_count
}
 
enum  { task_subtype_none = 0 , task_subtype_real , task_subtype_count }
 

Functions

HRESULT TissueForge::task_addunlock (struct task *ta, struct task *tb)
 Add a task dependency.
 
std::ostream & operator<< (std::ostream &os, const struct TissueForge::task *)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Task types.

◆ anonymous enum

anonymous enum

Task subtypes.