def perform(self):
     """ Performs the action. """
     from CitcomSshowCaps import CitcomSshowCaps
     f = CitcomSshowCaps()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
 def perform(self):
     """ Performs the action. """
     from CitcomSreduce import CitcomSreduce
     f = CitcomSreduce()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
Example #3
0
 def perform(self):
     """ Performs the action. """
     from CitcomSreduce import CitcomSreduce
     f = CitcomSreduce()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
 def perform(self):
     """ Performs the action. """
     from CitcomsCapFilter import CitcomsCapFilter
     f = CitcomsCapFilter()
     mv = get_imayavi(self.window)
     mv.add_filter(f)
Example #5
0
 def perform(self):
     """ Performs the action. """
     from CitcomSshowCaps import CitcomSshowCaps
     f = CitcomSshowCaps()
     mv = get_imayavi(self.window)
     mv.add_filter(f)