Ejemplo n.º 1
0
 def perform(self):
     """ Performs the action. """
     from CitcomSshowCaps import CitcomSshowCaps
     f = CitcomSshowCaps()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
Ejemplo n.º 2
0
 def perform(self):
     """ Performs the action. """
     from CitcomSreduce import CitcomSreduce
     f = CitcomSreduce()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
Ejemplo n.º 3
0
 def perform(self):
     """ Performs the action. """
     from CitcomSreduce import CitcomSreduce
     f = CitcomSreduce()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
Ejemplo n.º 4
0
 def perform(self):
     """ Performs the action. """
     from CitcomsCapFilter import CitcomsCapFilter
     f = CitcomsCapFilter()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
Ejemplo n.º 5
0
 def perform(self):
     """ Performs the action. """
     from CitcomSshowCaps import CitcomSshowCaps
     f = CitcomSshowCaps()
     mv = get_imayavi(self.window)
     mv.add_filter(f)