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

Method Execute

Common/DataModel/vtkImageTransform.cxx:52–56  ·  view source on GitHub ↗

Interface to vtkSMPTools

Source from the content-addressed store, hash-verified

50
51 // Interface to vtkSMPTools
52 static void Execute(const double t[3], vtkIdType num, T* pts)
53 {
54 InPlaceTranslatePoints<T> translate(t, pts);
55 vtkSMPTools::For(0, num, translate);
56 }
57}; // InPlaceTransformPoints
58
59template <typename T>

Callers 1

MergePointsMethod · 0.45

Calls 1

ForFunction · 0.50

Tested by

no test coverage detected