3.10.1.2.1.9. opengate.actors.dynamicactors¶
3.10.1.2.1.9.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. |
3.10.1.2.1.9.2. Functions¶
|
3.10.1.2.1.9.3. Module Contents¶
- class opengate.actors.dynamicactors.DynamicGeometryActor(*args, **kwargs)[source]¶
Bases:
opengate.actors.base.ActorBase,opengate_core.GateVActorThis 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.dynamicactors.GeometryChanger(*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.dynamicactors.VolumeImageChanger(*args, **kwargs)[source]¶
Bases:
GeometryChangerThis 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.dynamicactors.VolumeTranslationChanger(*args, **kwargs)[source]¶
Bases:
GeometryChangerThis 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.dynamicactors.VolumeRotationChanger(*args, **kwargs)[source]¶
Bases:
GeometryChangerThis 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.