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

Function GetUpdateNumberOfPieces

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

Source from the content-addressed store, hash-verified

833 int GetUpdatePiece() { return this->GetUpdatePiece(0); }
834 int GetUpdatePiece(int port);
835 int GetUpdateNumberOfPieces() { return this->GetUpdateNumberOfPieces(0); }
836 int GetUpdateNumberOfPieces(int port);
837 int GetUpdateGhostLevel() { return this->GetUpdateGhostLevel(0); }
838 int GetUpdateGhostLevel(int port);

Callers 2

Calls 1

Tested by

no test coverage detected