We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02bd8a commit 1dba92aCopy full SHA for 1dba92a
Plugins/org.mitk.gui.qt.diffusionimaging.fiberprocessing/src/internal/QmitkFiberQuantificationView.cpp
@@ -490,7 +490,7 @@ mitk::DataNode::Pointer QmitkFiberQuantificationView::GenerateTractDensityImage(
490
{
491
mitk::LabelSetImage::Pointer multilabelImage = mitk::LabelSetImage::New();
492
multilabelImage->InitializeByLabeledImage(img);
493
- multilabelImage->GetActiveLabelSet()->SetActiveLabel(1);
+ multilabelImage->SetActiveLabel(1);
494
mitk::Label::Pointer label = multilabelImage->GetActiveLabel();
495
label->SetName("Tractogram");
496
0 commit comments