Beispiel #1
0
 def recreate(self, negMsgHandler, parentKey, geoInput=[], geoSampleInput=[], dataSampleInput=[], dataInInput=[], sampleType=MAX_FLT, offset=0):
     """ recreate is called after all classes of the session have been unpickled """
     self.__initBase()
     self.params.setMoreParams()
     PartInteractorVis.setFormat(self, 1)
     PartModuleVis.recreate(self, negMsgHandler, parentKey, offset, CuttingSurfaceComp, geoInput, [], geoSampleInput, dataSampleInput, dataInInput, [], [], sampleType)
     PartColoredVis.recreate(self,negMsgHandler, parentKey, offset )
     PartColoredVis.setColorMap(self,True)
Beispiel #2
0
 def recreate(self, negMsgHandler, parentKey, offset):
     """ recreate is called after all classes of the session have been unpickled """
     self.__initBase()
     self.__correctParams()
     PartInteractorVis.setFormat(self, 0)
     PartModuleVis.recreate(self, negMsgHandler, parentKey, offset, TracerComp, 
                           ['meshIn'],['octtreesIn'],['SampleGeom'],['SampleData'],['dataIn'],['fieldIn'],['pointsIn'] )
     PartColoredVis.recreate(self, negMsgHandler, parentKey, offset)
     PartColoredVis.setColorMap(self,True)
Beispiel #3
0
 def recreate(self, negMsgHandler, parentKey, offset):
     """ recreate is called after all classes of the session have been unpickled """
     self.__initBase()
     self.__correctParams()
     PartInteractorVis.setFormat(self, 0)
     PartModuleVis.recreate(self, negMsgHandler, parentKey, offset,
                            TracerComp, ['meshIn'], ['octtreesIn'],
                            ['SampleGeom'], ['SampleData'], ['dataIn'],
                            ['fieldIn'], ['pointsIn'])
     PartColoredVis.recreate(self, negMsgHandler, parentKey, offset)
     PartColoredVis.setColorMap(self, True)
 def recreate(self,
              negMsgHandler,
              parentKey,
              geoInput=[],
              geoSampleInput=[],
              dataSampleInput=[],
              dataInInput=[],
              sampleType=MAX_FLT,
              offset=0):
     """ recreate is called after all classes of the session have been unpickled """
     self.__initBase()
     self.params.setMoreParams()
     PartInteractorVis.setFormat(self, 1)
     PartModuleVis.recreate(self, negMsgHandler, parentKey, offset,
                            CuttingSurfaceComp, geoInput, [],
                            geoSampleInput, dataSampleInput, dataInInput,
                            [], [], sampleType)
     PartColoredVis.recreate(self, negMsgHandler, parentKey, offset)
     PartColoredVis.setColorMap(self, True)