Difference between revisions of "Developer Meetings/20160607"

From Slicer Wiki
Jump to: navigation, search
(Created page with " <br> {{mbox | type = style | text = If you would like to list your topic here, create a wiki account and [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit...")
 
Line 11: Line 11:
  
  
1) using of segmentation child classes in the segmentation editor
+
* using of segmentation child classes in the segmentation editor
 
http://slicer-devel.65872.n3.nabble.com/editor-I-O-issue-td4036752.html
 
http://slicer-devel.65872.n3.nabble.com/editor-I-O-issue-td4036752.html
 
Use Case: having segmentation child class which can have a different defult display node respect the segmentationDisplayNode.
 
Use Case: having segmentation child class which can have a different defult display node respect the segmentationDisplayNode.
 
proposed solution:  
 
proposed solution:  
a) having a method in the VolumeNode such as CreateDefaultSegmentationNode()
+
** having a method in the VolumeNode such as CreateDefaultSegmentationNode()
b) using it in the segmentation editor:  
+
** using it in the segmentation editor:  
 
https://github.com/SlicerRt/SlicerRT/blob/master/SegmentEditor/SegmentEditor.py#L103
 
https://github.com/SlicerRt/SlicerRT/blob/master/SegmentEditor/SegmentEditor.py#L103
  

Revision as of 20:27, 6 June 2016

Home < Developer Meetings < 20160607



To Discuss

  • using of segmentation child classes in the segmentation editor

http://slicer-devel.65872.n3.nabble.com/editor-I-O-issue-td4036752.html Use Case: having segmentation child class which can have a different defult display node respect the segmentationDisplayNode. proposed solution:

    • having a method in the VolumeNode such as CreateDefaultSegmentationNode()
    • using it in the segmentation editor:

https://github.com/SlicerRt/SlicerRT/blob/master/SegmentEditor/SegmentEditor.py#L103

Updates

Conclusion