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

Method SetInputUpdateExtent

IO/XML/vtkXMLUnstructuredDataWriter.cxx:1119–1125  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1117
1118//------------------------------------------------------------------------------
1119void vtkXMLUnstructuredDataWriter::SetInputUpdateExtent(int piece, int numPieces, int ghostLevel)
1120{
1121 vtkInformation* inInfo = this->GetExecutive()->GetInputInformation(0, 0);
1122 inInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES(), numPieces);
1123 inInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_PIECE_NUMBER(), piece);
1124 inInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_GHOST_LEVELS(), ghostLevel);
1125}
1126VTK_ABI_NAMESPACE_END

Callers 1

ProcessRequestMethod · 0.95

Calls 3

GetInputInformationMethod · 0.45
GetExecutiveMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected