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

Method ThreadedExecute

Common/ExecutionModel/vtkThreadedImageAlgorithm.cxx:644–652  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

642//------------------------------------------------------------------------------
643// The execute method created by the subclass.
644void vtkThreadedImageAlgorithm::ThreadedExecute(
645 vtkImageData* inData, vtkImageData* outData, int extent[6], int threadId)
646{
647 (void)inData;
648 (void)outData;
649 (void)extent;
650 (void)threadId;
651 vtkErrorMacro("Subclass should override this method!!!");
652}
653VTK_ABI_NAMESPACE_END

Callers 1

ThreadedRequestDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected