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

Method GetMTime

Modules/Core/src/DataManagement/mitkBaseData.cpp:204–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204itk::ModifiedTimeType mitk::BaseData::GetMTime() const
205{
206 auto time = Superclass::GetMTime();
207 if (m_TimeGeometry.IsNotNull())
208 {
209 if ((time < m_TimeGeometry->GetMTime()))
210 {
211 return m_TimeGeometry->GetMTime();
212 }
213 }
214 return time;
215}
216
217void mitk::BaseData::Graft(const itk::DataObject *)
218{

Callers 15

TestGetMTimeMethod · 0.45
mitkPropertyListTestFunction · 0.45
GenerateDataMethod · 0.45
ComputeHistogramMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
UpdateBoundingBoxMethod · 0.45
WorldToIndexMethod · 0.45

Calls 1

IsNotNullMethod · 0.80

Tested by 4

TestGetMTimeMethod · 0.36
mitkPropertyListTestFunction · 0.36