Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
void mitk::SUVImageFilter::ClearPatientHeightInCm()
333
{
334
if (m_PatientHeightInCm.has_value())
335
{
336
m_PatientHeightInCm.reset();
337
this->Modified();
338
}
339
}
340
341
void mitk::SUVImageFilter::ClearPatientSex()
342
{
Callers
2
SetClear_PatientHeightInCm
Method · 0.80
OnPatientHeightChanged
Method · 0.80
Calls
2
reset
Method · 0.80
Modified
Method · 0.45
Tested by
1
SetClear_PatientHeightInCm
Method · 0.64