3.10.1.2.1.1. opengate.actors.actoroutput¶
3.10.1.2.1.1.1. Classes¶
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
|
This is the base class used for all objects that handle user input in GATE. |
3.10.1.2.1.1.2. Functions¶
|
|
|
3.10.1.2.1.1.3. Module Contents¶
- class opengate.actors.actoroutput.BaseUserInterfaceToActorOutput(belongs_to_actor, user_output_name, kwargs_for_interface_calls=None)[source]¶
- _known_attributes = ('__setstate__', '__getstate__', 'user_output_name', 'belongs_to_actor', '_kwargs_for_interface_calls')[source]¶
- class opengate.actors.actoroutput.UserInterfaceToActorOutputUsingDataItemContainer(*args, item=0, **kwargs)[source]¶
- class opengate.actors.actoroutput.ActorOutputBase(*args, **kwargs)[source]¶
Bases:
opengate.base.GateObjectThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.MergeableActorOutput(*args, **kwargs)[source]¶
Bases:
ActorOutputBaseThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.ActorOutputUsingDataItemContainer(*args, **kwargs)[source]¶
Bases:
MergeableActorOutputThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- store_data(which, *data)[source]¶
data can be either the user data to be wrapped into a DataContainer class or an already wrapped DataContainer class.
- class opengate.actors.actoroutput.ActorOutputImage(*args, **kwargs)[source]¶
Bases:
ActorOutputUsingDataItemContainerThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.ActorOutputSingleImage(*args, **kwargs)[source]¶
Bases:
ActorOutputImageThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.ActorOutputSingleMeanImage(*args, **kwargs)[source]¶
Bases:
ActorOutputImageThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.ActorOutputSingleImageWithVariance(*args, **kwargs)[source]¶
Bases:
ActorOutputImageThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.ActorOutputQuotientImage(*args, **kwargs)[source]¶
Bases:
ActorOutputImageThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.ActorOutputQuotientMeanImage(*args, **kwargs)[source]¶
Bases:
ActorOutputImageThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.
- class opengate.actors.actoroutput.ActorOutputRoot(*args, **kwargs)[source]¶
Bases:
ActorOutputBaseThis is the base class used for all objects that handle user input in GATE.
The class is assumed to be processed by process_cls(), either explicitly or via the metaclass MetaUserInfo, before any instances of the class are created. Some class attributes, e.g. inherited_user_info_defaults, are created as part of this processing.