devide
devide copied to clipboard
contour enhancement: interface GenerateValues rather than SetValue
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 [email protected]
on 29 Apr 2010 at 12:09
Original comment by cpbotha
on 28 May 2010 at 8:24
- Changed state: Accepted
- Added labels: Milestone-ReleaseNext, Type-Defect