pyanno4rt.visualization
Visualization module.
The module aims to provide methods and classes to visualize different aspects of the generated treatment plans, with respect to optimization problem analysis, data-driven model review, and treatment plan evaluation.
Subpackages
Overview
Visualizer class. |
Classes
- class pyanno4rt.visualization.Visualizer(parent=None)[source]
Visualizer class.
This class provides methods to build and launch the visual analysis tool, i.e., it initializes the application, creates the main window, provides the window configuration, and runs the application.
- application
Instance of the class SpyderQApplication for managing control flow and main settings of the visual analysis tool.
- Type:
object of class SpyderQApplication
Overview
Methods launch()Launch the visual analysis tool.
Members