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

Method RequestUpdateExtent

Common/ExecutionModel/vtkForEach.cxx:179–189  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

177
178//------------------------------------------------------------------------------
179int vtkForEach::RequestUpdateExtent(vtkInformation* vtkNotUsed(request),
180 vtkInformationVector** inputVector, vtkInformationVector* outputVector)
181{
182 if (!this->Internal->Range)
183 {
184 vtkErrorMacro("Must set Range before requesting update extent");
185 return 0;
186 }
187 return this->Internal->Range->RequestUpdateExtent(
188 this->Internal->CurrentIteration, inputVector, outputVector);
189}
190
191//------------------------------------------------------------------------------
192int vtkForEach::RequestData(vtkInformation* vtkNotUsed(request), vtkInformationVector** inputVector,

Callers 12

ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected