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

Method GetOutputUpdateExtent

IO/XML/vtkXMLPTableReader.cxx:86–91  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

84
85//------------------------------------------------------------------------------
86void vtkXMLPTableReader::GetOutputUpdateExtent(int& piece, int& numberOfPieces)
87{
88 vtkInformation* outInfo = this->GetCurrentOutputInformation();
89 piece = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER());
90 numberOfPieces = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES());
91}
92
93//------------------------------------------------------------------------------
94void vtkXMLPTableReader::SetupOutputTotals()

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45

Tested by

no test coverage detected