Version 22.3.0
lauramurgatroyd
released this
11 Aug 16:55
·
81 commits
to master
since this release
- 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 classescilviewerBoxWidget
andcilviewerLineWidget
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 theCILViewer2D._truncateBox
method.