Skip to content

Do not recreate producer when only data changed

  • Using algo->SetInputConnection(this->GetInternalOutputPort()) marks algo as modified when producer is recreated. By limiting the re-creation case, we allow more "algorithm unmodified" optimizations (e.g. using algo as consumer in DataObjectMeshCache)
Edited by Nicolas Vuaille

Merge request reports