Difference between revisions of "Developer Meetings/20130820"
From Slicer Wiki
(Created page with '__TOC__ == To discuss == * Compare view slice node interactions ** [http://www.na-mic.org/Bug/view.php?id=1690 bug 1690] ==Conclusions==') |
m (→To discuss) |
||
Line 5: | Line 5: | ||
* Compare view slice node interactions | * Compare view slice node interactions | ||
** [http://www.na-mic.org/Bug/view.php?id=1690 bug 1690] | ** [http://www.na-mic.org/Bug/view.php?id=1690 bug 1690] | ||
+ | * [http://www.na-mic.org/Bug/view.php?id=2738 #2738] - Visibility checkbox in Models module does not work in case of hierarchy nodes | ||
+ | ** Hierarchy visibility toggle using [https://github.com/Slicer/Slicer/blob/ab99bd45b3b8642eafe74bf7b395b2a1bf05d916/Libs/MRML/Widgets/qMRMLTreeView.cxx#L834-L863 vtkMRMLModelHierarchyLogic::SetChildrenVisibility] | ||
+ | ** Hierarchy is associated with a [https://github.com/Slicer/Slicer/blob/ab99bd45b3b8642eafe74bf7b395b2a1bf05d916/Libs/MRML/Core/vtkMRMLDisplayableHierarchyNode.h#L89 displayable node] | ||
+ | ** Should setting the visibility of the associated displaynode traverse the hierarchy ? | ||
==Conclusions== | ==Conclusions== |
Revision as of 02:07, 20 August 2013
Home < Developer Meetings < 20130820Contents
To discuss
- Compare view slice node interactions
- #2738 - Visibility checkbox in Models module does not work in case of hierarchy nodes
- Hierarchy visibility toggle using vtkMRMLModelHierarchyLogic::SetChildrenVisibility
- Hierarchy is associated with a displayable node
- Should setting the visibility of the associated displaynode traverse the hierarchy ?