Skip to content

Commit

Permalink
ENH: Use vtkMRMLMarkupsROINode instead of vtkMRMLAnnotationROINode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Polkovnikov authored and lassoan committed Sep 15, 2022
1 parent fb699db commit 0de5e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
<widget class="qMRMLNodeComboBox" name="MRMLNodeComboBox_DoseROI">
<property name="nodeTypes">
<stringlist>
<string>vtkMRMLAnnotationROINode</string>
<string>vtkMRMLMarkupsROINode</string>
</stringlist>
</property>
</widget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ void qSlicerExternalBeamPlanningModuleWidget::doseROINodeChanged(vtkMRMLNode* no

//TODO:
// planNode->DisableModifiedEventOn();
// planNode->SetAndObserveDoseROINode(vtkMRMLAnnotationsROINode::SafeDownCast(node));
// planNode->SetAndObserveDoseROINode(vtkMRMLMarkupsROINode::SafeDownCast(node));
// planNode->DisableModifiedEventOff();
}

Expand Down

0 comments on commit 0de5e63

Please sign in to comment.