Slicer version: 4.11.20210226
Hello,
I’m writing a Python script for moving segments from a segmentation node to another. I looked up the source code and found that the function in C++ is qSlicerSegmentationsModuleWidget::copySegmentBetweenSegmentations()
. However, the equivalent function in Python, i.e. slicer.modules.segmentations.widgetRepresentation().CopySegmentBetweenSegmentations()
does not exist. Am I missing something?