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

Method ClearPatientWeightInGram

Modules/PET/src/mitkSUVImageFilter.cpp:323–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321mitk::SUVImageFilter::~SUVImageFilter() = default;
322
323void mitk::SUVImageFilter::ClearPatientWeightInGram()
324{
325 if (m_PatientWeightInGram.has_value())
326 {
327 m_PatientWeightInGram.reset();
328 this->Modified();
329 }
330}
331
332void mitk::SUVImageFilter::ClearPatientHeightInCm()
333{

Callers 2

OnBodyWeightChangedMethod · 0.80

Calls 2

resetMethod · 0.80
ModifiedMethod · 0.45

Tested by 1