------------------------------------------------------------------------------
| 639 | |
| 640 | //------------------------------------------------------------------------------ |
| 641 | void vtkXMLTableWriter::SetInputUpdateExtent(int piece, int numPieces) |
| 642 | { |
| 643 | vtkInformation* inInfo = this->GetExecutive()->GetInputInformation(0, 0); |
| 644 | inInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES(), numPieces); |
| 645 | inInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER(), piece); |
| 646 | } |
| 647 | VTK_ABI_NAMESPACE_END |
no test coverage detected