fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

contour enhancement: interface GenerateValues rather than SetValue #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the contour node supports the extraction of a contour at a given
level ( self._config.iso_value ). A useful feature of vtkContourFilter is
the GenerateValues( n_contours, (start, stop)) method, which returns a
range of contour rather than a single one.

> What is the expected output? What do you see instead?

lots of contours ;')

Original issue reported on code.google.com by jellefer...@gmail.com on 29 Apr 2010 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by cpbotha on 28 May 2010 at 8:24