A | |
active_only [Acml] | Reduce updating to the following list of states. |
add_colormap [Acml] |
|
add_description [Acml] | Add some info about the object or the family. |
add_init_conf [Acml] | Set the initial configuration. |
add_measurement [Acml] | Add a measurement. |
add_mem_info [Acml] |
|
add_modif [Acml] | Add a modif method referenced in the user interface by its name. |
add_shortcut [Acml] | Add a shortcut to quickly load an ACml object generated by the current file with a particular combination of parameters. |
add_snapshot [Acml] | Add a snapshot method referenced in the user interface by its name. |
add_view [Acml] | Add a new view which is defined by a function which given current position
and a reading function ( |
addto_scenario [Acml] | Add an action to the end of the scenario. |
apply [Acml] |
|
arity [Acml] | Return the current arity (number of neighbours) of the CA. |
B | |
bool_param [Acml] | Same as |
C | |
ca_random [Acml] | Pseudo-random generator reserved to cellular automata generation. |
ca_random_float [Acml] | Same as |
cardinality [Acml] | Return the current number of states of the CA. |
centercell [Acml] | When defining a local rule, the states of neighbours is given through an array of states. |
choice_array_param [Acml] | Same as |
choice_param [Acml] | Same as |
clean_decorations [Acml] | Remove all parameters / documentation / user colormaps and user modif methods. |
clear [Acml] | Clear the content of the given |
clear_scenario [Acml] | Clear the current scenario. |
color_gradient [Acml] | Utility function to handle color gradients. |
conf_random [Acml] | Pseudo-random generator reserved to configuration generation. |
conf_random_float [Acml] | Same as |
D | |
declare_deterministic [Acml] | Deprecated: rules are now considered deterministic by default. |
declare_file_type [Acml] |
|
declare_object [Acml] |
|
declare_stochastic [Acml] | Disable all cache mechanism to allow successive calls of the local function with identical neighbourhood to possibly give different results. |
dimension [Acml] | Return the current dimension of the CA. |
doc_action [Acml] |
|
doc_param [Acml] |
|
E | |
ensure_determinism [Acml] | Add a cache mechanism in order to ensure determinism: two successive calls of the local function with the same neighborhood will produce the same result. |
F | |
file_param [Acml] | Same as |
filter_params [Acml] |
|
float_param [Acml] | Same as |
G | |
get_bool_param [Acml] | Same as |
get_builtin_names [Acml] | This function gives the list of available buitin transformations. |
get_choice_param [Acml] | Same as |
get_external_names [Acml] | This function gives the list of currently available external transformations (loaded from a file since the program started). |
get_float_param [Acml] | Same as |
get_name [Acml] | Get the name of the family. |
get_object_name [Acml] | Get the name of the object being constructed. |
get_param [Acml] | Return current value of the parameter. |
get_representation [Acml] | Give the current representation of a cell. |
get_state_name [Acml] | Get the name of a given state. |
get_stop_time [Acml] | Get the stop time (if negative, no stop will be applied). |
get_string_param [Acml] | Same as |
get_universe_size [Acml] | Return the dimensions of the universe chosen by the user. |
get_view [Acml] | Give the name of currently chosen view. |
get_views [Acml] | Give the list of names of currently available views. |
group_param [Acml] |
|
gui_button [Acml] | Produce a clickable button with a label and an associated action. |
gui_drawing_area [Acml] | Produce a GUI element (to place inside other GUI elements) together with a drawing context (to do actual drawings later). |
gui_full_label [Acml] | Produce a label containing text to display together with a function to update label content. |
gui_hbox [Acml] | Produce a GUI element consisting of a list of horizontally aligned GUI elements |
gui_label [Acml] | Produce a label containing text to display. |
gui_textbox [Acml] | Produce a scrollable text box GUI element. |
gui_textbuffer [Acml] | Produce a scrollable text box GUI element and a function to later add more text in it. |
gui_vbox [Acml] | Produce a GUI element consisting of a list of vertically aligned GUI elements |
gui_window [Acml] | Display a window containing a GUI element. |
I | |
infomsg [Acml] | Send a message to be printed by the user interface. |
initial [Acml] |
|
initialize [Acml] | Make the given ACml object a first generation object and reset almost everything in the object to a default value. |
K | |
kernel_cast [Acml] | Cast an object to the internal type used in the kernel. |
N | |
neednewac [Acml] | Return whether user requested a new AC. |
neednewconf [Acml] | Return whether user requested a new configuration. |
neighbors [Acml] |
|
P | |
param [Acml] | Creates a parameter in the user interface. |
point [Acml] | Draw a point in the given |
poly_add_colormap [Acml] | Same as |
poly_add_init_conf [Acml] | Set the initial configuration for polymorphic functions. |
poly_add_measurement [Acml] | Same as |
poly_add_modif [Acml] | Same as |
poly_add_snapshot [Acml] | Same as |
poly_add_view [Acml] | Same as |
poly_get_representation [Acml] | Same as |
poly_get_state_name [Acml] | Same as |
poly_set_multiset_rule [Acml] | This function is to |
poly_set_rule [Acml] | Equivalent to |
poly_set_rule_fun [Acml] | This function is to |
poly_set_state_name [Acml] | Same as |
R | |
radius [Acml] | Return the current radius of the CA. |
rectangle [Acml] | Draw a rectangle in the given |
relativecell [Acml] |
|
remove_param [Acml] | Remove a given parameter. |
S | |
set_bool_param [Acml] | Same as |
set_cardinality [Acml] |
|
set_choice_param [Acml] | Same as |
set_cross_neighborhood [Acml] | Set a cross-shaped neighbourhood of given radius (all cells having exactly one non-zero coordinate, and less than the given radius in absolute value). |
set_cross_neighbourhood [Acml] | British version of |
set_dimension [Acml] |
|
set_float_param [Acml] | Same as |
set_moore_neighborhood [Acml] | Set a Moore neighbourhood of given radius (all cells having all their coordinates less than the given radius in absolute value). |
set_moore_neighbourhood [Acml] | British version of |
set_multiset_rule [Acml] | Similar to |
set_multiset_rule_fun [Acml] |
|
set_name [Acml] | Give a name to the family. |
set_object_name [Acml] | Give a name to the object being constructed. |
set_param [Acml] | Force the value of a parameter. |
set_rule [Acml] | Set the transition rule. |
set_rule_fun [Acml] | Similar to |
set_state_name [Acml] | Give a name to some state. |
set_stop_time [Acml] | Set the stop time (if negative, no stop will be applied). |
set_string_param [Acml] | Same as |
set_universe_size [Acml] | Set the dimensions of the universe (for dimension 1, second argument is the time anticipation). |
set_view [Acml] | Set the view given by its name. |
set_vonneumann_neighborhood [Acml] | Set a von Neumann neighbourhood of given radius (all cells whose sum of absolute value of coordinates is less than the given radius). |
set_vonneumann_neighbourhood [Acml] | British version of |
size [Acml] | Return the size of a drawing context. |
std_params [Acml] | Creates standard parameters |
string_param [Acml] | Same as |
T | |
text_param [Acml] | Same as |
V | |
valid [Acml] |
|
valid_hook_plugin [Acml] | Register a hook which is triggered when the user gives a 'shortcut string' matching regular expression |
valid_plugin [Acml] |
|