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

Method SetInputImage

Modules/ImageStatistics/src/mitkImageStatisticsCalculator.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace mitk
29{
30 void ImageStatisticsCalculator::SetInputImage(const mitk::Image *image)
31 {
32 if (image != m_Image)
33 {
34 m_Image = image;
35 this->Modified();
36 }
37 }
38
39 void ImageStatisticsCalculator::SetMask(mitk::MaskGenerator *mask)
40 {

Calls 1

ModifiedMethod · 0.45

Tested by 15

ComputeStatisticsMethod · 0.64
TestCase1Method · 0.64
TestCase2Method · 0.64
TestCase3Method · 0.64
TestCase4Method · 0.64
TestCase5Method · 0.64
TestCase6Method · 0.64
TestCase7Method · 0.64
TestCase8Method · 0.64
TestCase9Method · 0.64
TestCase10Method · 0.64
TestCase11Method · 0.64