Unnecessary VTK API change

Without getting into the pros and cons of changing the API, couldn’t the convenience method, vtkThreshold::ThresholdBetween, just be refactored into a static function in the downstream code ::ThresholdBetween(vtkThreshold* obj, double lower, double upper) and then updated with a search/replace?

1 Like