Tutorial on the basic interaction function: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[GFtbox_Tutorial_pages|Back to tutorial pages]] | [[GFtbox_Tutorial_pages|Back to tutorial pages]] | ||
=Variables and utility functions= | |||
'''Variables''' that need to be seen in the GUI (morphogens, growth factors, signals, etc.) are always set up (declared) from the GUI using Morphogen Panel. We have evolved a naming convention | '''Variables''' that need to be seen in the GUI (morphogens, growth factors, signals, etc.) are always set up (declared) from the GUI using Morphogen Panel. We have evolved a naming convention | ||
{| border="0" cellpadding="1" cellspacing="1" | {| border="0" cellpadding="1" cellspacing="1" | ||
Line 21: | Line 20: | ||
{| border="0" cellpadding="1" cellspacing="1" | {| border="0" cellpadding="1" cellspacing="1" | ||
|- valign="top" | |- valign="top" | ||
|width="150pt"|Pre-defined variables|| | |width="150pt"|'''Pre-defined variables'''|| | ||
{| border="0" cellpadding="1" cellspacing="1" | {| border="0" cellpadding="1" cellspacing="1" | ||
|- valign="top" | |- valign="top" | ||
Line 29: | Line 28: | ||
|} | |} | ||
|- valign="top" | |- valign="top" | ||
|width="150pt"|Pre-defined functions|| | |width="150pt"|'''Pre-defined functions'''|| | ||
{| border="0" cellpadding="1" cellspacing="1" | {| border="0" cellpadding="1" cellspacing="1" | ||
|- valign="top" | |- valign="top" | ||
Line 39: | Line 38: | ||
|- | |- | ||
|width="150pt"|local_setproperties( m )|| initialise Mesh properties | |width="150pt"|local_setproperties( m )|| initialise Mesh properties | ||
|- | |||
|width="150pt"|leaf_*( m, *)|| A large library of functions for manipulating the Mesh data structure, m. Many are listed in the GUI help system, Menu:Help | |||
|} | |} | ||
|} | |} | ||
=The interaction function= |
Revision as of 18:16, 28 May 2011
Variables and utility functions
Variables that need to be seen in the GUI (morphogens, growth factors, signals, etc.) are always set up (declared) from the GUI using Morphogen Panel. We have evolved a naming convention
prefixes |
| ||||||||
suffixes | _p, _l, _a, _i |
Full details of types of morphogens and factors
Pre-defined variables |
| ||||||||||
Pre-defined functions |
|