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

Method Clear

Modules/Persistence/src/mitkPersistenceService.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void mitk::PersistenceService::Clear()
36{
37 this->Initialize();
38 m_PropertyLists.clear();
39 m_FileNamesToModifiedTimes.clear();
40}
41
42mitk::PersistenceService::~PersistenceService()
43{

Callers 2

InitializeMethod · 0.95
ClonePropertyListMethod · 0.45

Calls 2

InitializeMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected