Forked from
VTK / VTK
Source project has a limited visibility.
-
David Gobbi authored
This filter already had its own TransformPoints() implementation, which is not multi-threading, but it was using the base class TransformPointsNormalVectors() implemtation, which uses SMPTools. So this class must override that method to avoid multi-threading.
David Gobbi authoredThis filter already had its own TransformPoints() implementation, which is not multi-threading, but it was using the base class TransformPointsNormalVectors() implemtation, which uses SMPTools. So this class must override that method to avoid multi-threading.