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

Method RequestUpdateTime

Common/ExecutionModel/vtkImageAlgorithm.cxx:175–180  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

173
174//------------------------------------------------------------------------------
175int vtkImageAlgorithm::RequestUpdateTime(vtkInformation* vtkNotUsed(request),
176 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector))
177{
178 // do nothing let subclasses handle it
179 return 1;
180}
181
182//------------------------------------------------------------------------------
183void vtkImageAlgorithm::AllocateOutputData(

Callers 1

ProcessRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected