Esempio n. 1
0
 def __init__( self, **args ):
     RegionReductionStrategy.__init__( self, **args )
     self.max_size = args.get( 'max_size', 1000 )
Esempio n. 2
0
 def __init__( self, **args ):
     RegionReductionStrategy.__init__( self, **args )