Do not recreate producer when only data changed
- Using
algo->SetInputConnection(this->GetInternalOutputPort())
marksalgo
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