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

Method RequestInformation

Common/ExecutionModel/vtkImageAlgorithm.cxx:158–164  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

156
157//------------------------------------------------------------------------------
158int vtkImageAlgorithm::RequestInformation(
159 vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
160{
161 // do nothing except copy scalar type info
162 this->CopyInputArrayAttributesToOutput(request, inputVector, outputVector);
163 return 1;
164}
165
166//------------------------------------------------------------------------------
167int vtkImageAlgorithm::RequestUpdateExtent(vtkInformation* vtkNotUsed(request),

Callers 1

ProcessRequestMethod · 0.95

Tested by

no test coverage detected