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

Method UpdateCache

Filters/ParallelDIY2/vtkGhostCellsGenerator.cxx:329–333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

327
328//----------------------------------------------------------------------------
329void vtkGhostCellsGenerator::UpdateCache(vtkDataObject* updatedOutput)
330{
331 assert(updatedOutput);
332 this->MeshCache->UpdateCache(updatedOutput);
333}
334
335//----------------------------------------------------------------------------
336void vtkGhostCellsGenerator::PrintSelf(ostream& os, vtkIndent indent)

Callers 1

ExecuteMethod · 0.95

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected