Example #1
0
 def __init__(self,
              level,
              integrationType=IntegrationType.MEAN,
              sampling=2.0):
     UnaryFunction1DDouble.__init__(self, integrationType)
     self._func = pyDensityAnisotropyF0D(level)
     self._integration = integrationType
     self._sampling = sampling
Example #2
0
 def __init__(self, l, integrationType, sampling=2.0):
     UnaryFunction1DDouble.__init__(self, integrationType)
     self._func = pyViewMapGradientNormF0D(l)
     self._integration = integrationType
     self._sampling = sampling
Example #3
0
 def __init__(self,l, integrationType, sampling=2.0):
     UnaryFunction1DDouble.__init__(self, integrationType)
     self._func = pyViewMapGradientNormF0D(l)
     self._integration = integrationType
     self._sampling = sampling
Example #4
0
 def __init__(self,level,  integrationType=IntegrationType.MEAN, sampling=2.0):
     UnaryFunction1DDouble.__init__(self, integrationType)
     self._func = pyDensityAnisotropyF0D(level)
     self._integration = integrationType
     self._sampling = sampling