Beispiel #1
0
    def showTimepoint(self, value):
        """
		Method: showTimepoint(tp)
		Set the timepoint to be displayed
		"""
        self.renew = 1
        VisualizationModule.showTimepoint(self, value)
	def showTimepoint(self, value):
		"""
		Method: showTimepoint(tp)
		Set the timepoint to be displayed
		"""          
		self.renew = 1
		VisualizationModule.showTimepoint(self, value)
Beispiel #3
0
    def showTimepoint(self, value, update=1):
        """
		Show the given timepoint
		"""
        VisualizationModule.showTimepoint(self, value, update)
        minVal, maxVal = self.data.GetScalarRange()
        #if (min,max) != self.scalarRange:
        self.setScalarRange(minVal, maxVal)
    def showTimepoint(self, value, update=1):
        """
		Show the given timepoint
		"""
        VisualizationModule.showTimepoint(self, value, update)
        minVal, maxVal = self.data.GetScalarRange()
        # if (min,max) != self.scalarRange:
        self.setScalarRange(minVal, maxVal)