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

Method GetOutputUpdateExtent

IO/XML/vtkXMLTableReader.cxx:67–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67void vtkXMLTableReader::GetOutputUpdateExtent(int& piece, int& numberOfPieces)
68{
69 vtkInformation* outInfo = this->GetCurrentOutputInformation();
70 piece = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER());
71 numberOfPieces = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES());
72}
73
74//------------------------------------------------------------------------------
75void vtkXMLTableReader::SetupOutputTotals()

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45

Tested by

no test coverage detected