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

Method GetOutputUpdateExtent

IO/XML/vtkXMLPolyDataReader.cxx:99–105  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99void vtkXMLPolyDataReader::GetOutputUpdateExtent(int& piece, int& numberOfPieces, int& ghostLevel)
100{
101 vtkInformation* outInfo = this->GetCurrentOutputInformation();
102 piece = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER());
103 numberOfPieces = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES());
104 ghostLevel = outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_GHOST_LEVELS());
105}
106
107//------------------------------------------------------------------------------
108void vtkXMLPolyDataReader::SetupOutputTotals()

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45

Tested by

no test coverage detected