Object model¶
The base Scipion Object Model is implemented in file: `https://github.com/I2PC/scipion/blob/v1.0/pyworkflow/object.py`_.
The following diagram was generated from that file.
(pyreverse -o svg -p object ~/scipion/pyworkflow/object.py -k
).
It illustrates the base class Object
and derived classes.