~ubuntu-branches/debian/sid/mayavi2/sid

« back to all changes in this revision

Viewing changes to enthought/mayavi/filters/extract_grid.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2009-03-27 04:34:55 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090327043455-vs6ox32daj6ndw33
Tags: 3.2.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
                 self.z_min, self.z_max)
251
251
        f.update_whole_extent()
252
252
        f.update()
 
253
        self.data_changed = True
253
254
 
254
255
    def _update_sample_rate(self):
255
256
        f = self.filter
256
257
        f.sample_rate = (self.x_ratio, self.y_ratio, self.z_ratio)
257
258
        f.update_whole_extent()
258
259
        f.update()
 
260
        self.data_changed = True
259
261
 
260
262
    def _filter_changed(self, old, new):
261
263
        if old is not None: