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

Method GetOutputUpdateExtent

IO/XML/vtkXMLPUnstructuredGridReader.cxx:51–58  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

49
50//------------------------------------------------------------------------------
51void vtkXMLPUnstructuredGridReader::GetOutputUpdateExtent(
52 int& piece, int& numberOfPieces, int& ghostLevel)
53{
54 vtkInformation* outInfo = this->GetCurrentOutputInformation();
55 piece = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER());
56 numberOfPieces = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES());
57 ghostLevel = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_GHOST_LEVELS());
58}
59
60//------------------------------------------------------------------------------
61void vtkXMLPUnstructuredGridReader::SetupOutputTotals()

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45

Tested by

no test coverage detected