MCPcopy Create free account
hub / github.com/MITK/MITK / SetROINodes

Method SetROINodes

Modules/ImageStatisticsUI/src/QmitkImageAndRoiDataGeneratorBase.cpp:53–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void
54QmitkImageAndRoiDataGeneratorBase::SetROINodes(const ConstNodeVectorType& roiNodes)
55{
56 if (m_ROINodes != roiNodes)
57 {
58 {
59 std::lock_guard<std::mutex> mutexguard(m_DataMutex);
60 m_ROINodes = roiNodes;
61 }
62
63 if (m_AutoUpdate)
64 {
65 this->EnsureRecheckingAndGeneration();
66 }
67 }
68}
69
70void
71QmitkImageAndRoiDataGeneratorBase::SetROINodes(const NodeVectorType& roiNodes)

Callers 6

ImageAndROITestMethod · 0.80
ImageAndMultiROITestMethod · 0.80
MultiMultiTestMethod · 0.80
InputChangedTestMethod · 0.80
OnROISelectionChangedMethod · 0.80

Calls 4

sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 5

ImageAndROITestMethod · 0.64
ImageAndMultiROITestMethod · 0.64
MultiMultiTestMethod · 0.64
InputChangedTestMethod · 0.64