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

Method ProcessRequest

IO/Image/vtkImageImportExecutive.cxx:25–36  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23
24//------------------------------------------------------------------------------
25vtkTypeBool vtkImageImportExecutive::ProcessRequest(
26 vtkInformation* request, vtkInformationVector** inInfoVec, vtkInformationVector* outInfoVec)
27{
28 if (this->Algorithm && request->Has(REQUEST_INFORMATION()))
29 {
30 // Invoke the callback
31 vtkImageImport* ii = vtkImageImport::SafeDownCast(this->Algorithm);
32 ii->InvokeUpdateInformationCallbacks();
33 }
34
35 return this->Superclass::ProcessRequest(request, inInfoVec, outInfoVec);
36}
37VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 2

HasMethod · 0.45

Tested by

no test coverage detected