Skip to content
Snippets Groups Projects
Forked from VTK / VTK
Source project has a limited visibility.
  • David Gobbi's avatar
    a06ed15b
    No SMP for vtkGeoTransform, it cannot multi-thread · a06ed15b
    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.
    a06ed15b
    History
    No SMP for vtkGeoTransform, it cannot multi-thread
    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.