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

Method GetGhostCellsTime

Common/DataModel/vtkDataSet.cxx:1090–1099  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1088
1089//------------------------------------------------------------------------------
1090vtkMTimeType vtkDataSet::GetGhostCellsTime()
1091{
1092 vtkMTimeType time = 0;
1093 if (auto ghostcells = this->GetCellGhostArray())
1094 {
1095 time = ghostcells->GetMTime();
1096 }
1097
1098 return time;
1099}
1100
1101VTK_ABI_NAMESPACE_END

Callers 2

GetMeshMTimeMethod · 0.80
GetMeshMTimeMethod · 0.80

Calls 2

GetCellGhostArrayMethod · 0.95
GetMTimeMethod · 0.45

Tested by

no test coverage detected