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

Function GetUpdatePiece

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

@{ * These functions return the update extent for output ports that * use piece extents. Where port is not specified, it is assumed to * be 0. */

Source from the content-addressed store, hash-verified

831 * be 0.
832 */
833 int GetUpdatePiece() { return this->GetUpdatePiece(0); }
834 int GetUpdatePiece(int port);
835 int GetUpdateNumberOfPieces() { return this->GetUpdateNumberOfPieces(0); }
836 int GetUpdateNumberOfPieces(int port);

Callers 2

GetUpdatePieceMethod · 0.85

Calls 1

GetUpdatePieceMethod · 0.45

Tested by

no test coverage detected