Anatomist programming elements

Global and static variables

This is just a subset of some useful variables

Anatomist

singleton class for global state variables

theAnatomist

access to the singleton

Processor

singleton class for commands processor

theProcessor

access to the singleton

Registry

singleton class: list of commands readers and syntax; commands factory

Registry::instance()

access to the singleton

FusionFactory

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

ObjectReader

singleton class for objects reading; objects factory

ObjectReader::read()

access to the singleton

Configuration options

See this document