Skip to content

Version 22.3.0

Compare
Choose a tag to compare
@lauramurgatroyd lauramurgatroyd released this 11 Aug 16:55
· 81 commits to master since this release
4cc7472
  • Add a dictionary of widgets to the CILViewerBaseClass, and ability to add and retrieve widgets to/from the dict with methods .addWidgetReference and .getWidget
  • Add a new file widgets/box_widgets.py which contains classes cilviewerBoxWidget and cilviewerLineWidget for creating Box and Line widgets on the viewer.
  • Add example: BoxWidgetAroundSlice.py - which demonstrates using the above classes.
  • Use the cilviewerBoxWidget class for creating and positioning the ROIWidget on the CILViewer2D, which involved removing the CILViewer2D._truncateBox method.