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

Method ThreadedRequestData

Common/ExecutionModel/vtkThreadedImageAlgorithm.cxx:635–640  ·  view source on GitHub ↗

------------------------------------------------------------------------------ The execute method created by the subclass.

Source from the content-addressed store, hash-verified

633//------------------------------------------------------------------------------
634// The execute method created by the subclass.
635void vtkThreadedImageAlgorithm::ThreadedRequestData(vtkInformation* vtkNotUsed(request),
636 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector),
637 vtkImageData*** inData, vtkImageData** outData, int extent[6], int threadId)
638{
639 this->ThreadedExecute(inData[0][0], outData[0], extent, threadId);
640}
641
642//------------------------------------------------------------------------------
643// The execute method created by the subclass.

Callers 2

SMPRequestDataMethod · 0.95

Calls 1

ThreadedExecuteMethod · 0.95

Tested by

no test coverage detected