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

Method RequestUpdateExtent

Common/ExecutionModel/vtkImageAlgorithm.cxx:167–172  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

165
166//------------------------------------------------------------------------------
167int vtkImageAlgorithm::RequestUpdateExtent(vtkInformation* vtkNotUsed(request),
168 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector))
169{
170 // do nothing let subclasses handle it
171 return 1;
172}
173
174//------------------------------------------------------------------------------
175int vtkImageAlgorithm::RequestUpdateTime(vtkInformation* vtkNotUsed(request),

Callers 1

ProcessRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected