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

Method ClearPatientHeightInCm

Modules/PET/src/mitkSUVImageFilter.cpp:332–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void mitk::SUVImageFilter::ClearPatientHeightInCm()
333{
334 if (m_PatientHeightInCm.has_value())
335 {
336 m_PatientHeightInCm.reset();
337 this->Modified();
338 }
339}
340
341void mitk::SUVImageFilter::ClearPatientSex()
342{

Callers 2

Calls 2

resetMethod · 0.80
ModifiedMethod · 0.45

Tested by 1