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

Method RequestUpdateExtent

IO/XML/vtkXMLCompositeDataWriter.cxx:151–157  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

149
150//------------------------------------------------------------------------------
151int vtkXMLCompositeDataWriter::RequestUpdateExtent(vtkInformation* vtkNotUsed(request),
152 vtkInformationVector** inputVector, vtkInformationVector* vtkNotUsed(outputVector))
153{
154 vtkInformation* inInfo = inputVector[0]->GetInformationObject(0);
155 inInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_GHOST_LEVELS(), this->GhostLevel);
156 return 1;
157}
158
159//------------------------------------------------------------------------------
160int vtkXMLCompositeDataWriter::RequestData(

Callers 1

ProcessRequestMethod · 0.95

Calls 2

GetInformationObjectMethod · 0.80
SetMethod · 0.45

Tested by

no test coverage detected