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

Method GetOutputUpdateExtent

IO/XML/vtkXMLHyperTreeGridReader.cxx:213–218  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

211
212//------------------------------------------------------------------------------
213void vtkXMLHyperTreeGridReader::GetOutputUpdateExtent(int& piece, int& numberOfPieces)
214{
215 vtkInformation* outInfo = this->GetCurrentOutputInformation();
216 piece = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER());
217 numberOfPieces = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES());
218}
219
220//------------------------------------------------------------------------------
221void vtkXMLHyperTreeGridReader::SetupOutputTotals() {}

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45

Tested by

no test coverage detected