View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012679VTK(No Category)public2011-10-25 18:042011-10-27 01:47
ReporterDavid Gobbi 
Assigned ToDavid Gobbi 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012679: Incorrect rendering with vtkImageResliceMapper after vtkImageClip
DescriptionThe vtkImageClip filter gives an output whose extent is larger than its whole extent. This confuses the vtkImageResliceMapper and seems to result in the following behaviour:
1) when rendering is done to a polygon, the polygon shape is incorrect
2) when rendering to the whole viewport (without a polygon) no cropping is done at all
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0027615)
David Gobbi (developer)
2011-10-27 01:47

Fixed in commit acb5b09dc5846116ee277334f684b24edbed184a

The bug was because the interpolation code was using the Extent for bounds checks instead of using the WholeExtent, so if the Extent was larger than the WholeExtent, the rendering would extend past the WholeExtent.

 Issue History
Date Modified Username Field Change
2011-10-25 18:04 David Gobbi New Issue
2011-10-25 18:04 David Gobbi Status backlog => tabled
2011-10-25 18:04 David Gobbi Assigned To => David Gobbi
2011-10-27 01:47 David Gobbi Note Added: 0027615
2011-10-27 01:47 David Gobbi Status tabled => closed
2011-10-27 01:47 David Gobbi Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team