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

Method SetInputUpdateExtent

IO/XML/vtkXMLTableWriter.cxx:641–646  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

639
640//------------------------------------------------------------------------------
641void 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}
647VTK_ABI_NAMESPACE_END

Callers 1

ProcessRequestMethod · 0.95

Calls 3

GetInputInformationMethod · 0.45
GetExecutiveMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected