@{ * These functions return the update extent for output ports that * use piece extents. Where port is not specified, it is assumed to * be 0. */
| 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); |
no test coverage detected