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

Method GetUpdateGhostLevel

Common/ExecutionModel/vtkAlgorithm.cxx:1984–1991  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1982
1983//------------------------------------------------------------------------------
1984int vtkAlgorithm::GetUpdateGhostLevel(int port)
1985{
1986 if (this->GetOutputInformation(port))
1987 {
1988 return vtkStreamingDemandDrivenPipeline::GetUpdateGhostLevel(this->GetOutputInformation(port));
1989 }
1990 return 0;
1991}
1992
1993//------------------------------------------------------------------------------
1994void vtkAlgorithm::SetInputDataObject(int port, vtkDataObject* input)

Callers 1

GetUpdateGhostLevelFunction · 0.45

Calls 2

GetOutputInformationMethod · 0.95
GetUpdateGhostLevelFunction · 0.85

Tested by

no test coverage detected