de250474e3780cc3459611978dc212d61054c17d,ilastik/applets/vigraWatershedViewer/opVigraWatershedViewer.py,OpVigraWatershedViewer,setupOutputs,#OpVigraWatershedViewer#,100

Before Change


        // Inner and outer block shapes are the same.
        // We"re using this cache for the "sliced" property, not the "blocked" property.
        blockDimsX = { "t" : (1,1),
                       "z" : (256,256),
                       "y" : (256,256),
                       "x" : (10,10),
                       "c" : (1,1) }

After Change


                self.opWatershed.SeedImage.connect( self.opSeedFilter.Output )
        else:
            self.opWatershed.SeedImage.disconnect()
            self.opThreshold.Function.disconnect()

    def propagateDirty(self, inputSlot, roi):
        // All outputs are directly connected to internal operators
        pass
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: ilastik/ilastik
Commit Name: de250474e3780cc3459611978dc212d61054c17d
Time: 2012-09-07
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/vigraWatershedViewer/opVigraWatershedViewer.py
Class Name: OpVigraWatershedViewer
Method Name: setupOutputs


Project Name: ilastik/ilastik
Commit Name: dfd62d12e5dcaa0984df1c8cd7dae6db5345f34c
Time: 2011-06-28
Author: christoph.straehle@iwr.uni-heidelberg.de
File Name: lazyflow/operators/valueProviders.py
Class Name: ListToMultiOperator
Method Name: notifyConnect


Project Name: ilastik/ilastik
Commit Name: 9f091d0a86d5455cb836ef5938bbc249f3933047
Time: 2012-06-18
Author: bergs@janelia.hhmi.org
File Name: ilastik-shell/applets/featureSelection/featureSelectionGui.py
Class Name: FeatureSelectionGui
Method Name: updateAllLayers