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

Function GetUpdateGhostLevel

Common/ExecutionModel/vtkAlgorithm.h:837–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835 int GetUpdateNumberOfPieces() { return this->GetUpdateNumberOfPieces(0); }
836 int GetUpdateNumberOfPieces(int port);
837 int GetUpdateGhostLevel() { return this->GetUpdateGhostLevel(0); }
838 int GetUpdateGhostLevel(int port);
839 ///@}
840

Callers 2

GetUpdateGhostLevelMethod · 0.85

Calls 1

GetUpdateGhostLevelMethod · 0.45

Tested by

no test coverage detected