MCPcopy Create free account
hub / github.com/Kitware/VTK / GetMTime

Method GetMTime

IO/CellGrid/vtkCompositeCellGridReader.cxx:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66vtkMTimeType vtkCompositeCellGridReader::GetMTime()
67{
68 vtkMTimeType result = this->Superclass::GetMTime();
69 vtkMTimeType ctt = this->CellTypeSelection->GetMTime();
70 vtkMTimeType cat = this->CellAttributeSelection->GetMTime();
71 result = std::max(result, ctt);
72 result = std::max(result, cat);
73 return result;
74}
75
76int vtkCompositeCellGridReader::FillOutputPortInformation(
77 int vtkNotUsed(port), vtkInformation* info)

Callers 2

UpdateMetadataMethod · 0.95
~MetadataGuardMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected