Ejemplo n.º 1
0
 def subdivide(self, pores=[], shape=[], labels=[]):
     tools.subdivide(network=self, pores=pores, shape=shape, labels=labels)
Ejemplo n.º 2
0
 def subdivide(network, **kwargs):
     r"""
     This function as been moved to ``Network.tools`` and remains here for
     backward compatibility.
     """
     tools.subdivide(network=network, **kwargs)
Ejemplo n.º 3
0
 def subdivide(self, pores=[], shape=[], labels=[]):
     tools.subdivide(network=self, pores=pores, shape=shape, labels=labels)
Ejemplo n.º 4
0
 def subdivide(network, **kwargs):
     r"""
     This function as been moved to ``Network.tools`` and remains here for
     backward compatibility.
     """
     tools.subdivide(network=network, **kwargs)