3.10.1.17.1.5. opengate.postprocessors.sequences

3.10.1.17.1.5.1. Classes

ProcessingSequence

A special kind of processing group that has only one branch,

3.10.1.17.1.5.2. Module Contents

class opengate.postprocessors.sequences.ProcessingSequence(*args, **kwargs)[source]

Bases: opengate.postprocessors.base.ProcessingGroupBase, opengate.postprocessors.unitbase.ProcessingUnitBase

A special kind of processing group that has only one branch, i.e. a single root and each node has a single child only.

update_processing_tree()[source]
get_unit_output_group()[source]
do_your_job()[source]