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

Method GetMTime

Modules/Multilabel/src/mitkLabelSetImage.cpp:1248–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248itk::ModifiedTimeType mitk::MultiLabelSegmentation::GetMTime() const
1249{
1250 itk::ModifiedTimeType result = Superclass::GetMTime();
1251
1252 for (const auto& groupImage : m_GroupContainer)
1253 {
1254 result = std::max(result, groupImage->GetMTime());
1255 }
1256
1257 return result;
1258}
1259
1260template <typename ImageType>
1261void mitk::MultiLabelSegmentation::CalculateCenterOfMassProcessing(ImageType *itkImage, LabelValueType pixelValue)

Callers 15

AnalyzeInputFilesMethod · 0.45
HasOutdatedResultsMethod · 0.45
HasOutdatedResultMethod · 0.45
HasOutdatedResultMethod · 0.45
HasOutdatedResultMethod · 0.45
GenerateDataMethod · 0.45
GetCenterOfMassMTimeMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls