Anatomist programming elements¶
Global and static variables¶
This is just a subset of some useful variables
singleton class for global state variables |
|
theAnatomist |
access to the singleton |
singleton class for commands processor |
|
theProcessor |
access to the singleton |
singleton class: list of commands readers and syntax; commands factory |
|
Registry::instance() |
access to the singleton |
singleton clas for objects fusion methods; makes a new object from several input ones; tells if it is possible to make a fusion |
|
FusionFactory::instance() |
access to the singleton |
singleton class for objects reading; objects factory |
|
ObjectReader::read() |
access to the singleton |