MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012666 | ParaView | (No Category) | public | 2011-10-20 06:07 | 2016-08-12 09:59 |
| Reporter | John Biddiscombe | ||||
| Assigned To | Kitware Robot | ||||
| Priority | high | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | 3.12 | ||||
| Target Version | Fixed in Version | ||||
| Project | TBD | ||||
| Topic Name | |||||
| Type | incorrect functionality | ||||
| Summary | 0012666: Wrong Extents used by Translator | ||||
| Description | The Extent Translator values used by int vtkStreamingDemandDrivenPipeline::SetUpdateExtent can be completely wrong. Example : Create a wavelet source. Default params. (extent, -10,10...) Add a Mask Points filter, with vertices enabled. Add a Gaussian resample filter with default params. On a small piece of the output is generated. The Update request for the Gaussian resample uses the extent translator that was bound to the Wavelt. It has extents {-10,10,-10,10,-10,10} which are clamped by {0,50,0,50,0,50} to give {0,10,0,10,0,10) and so only 1/5 of the output is generated. Very nasty to work with mixture of image and polygon datasets. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-10-20 06:07 | John Biddiscombe | New Issue | |||
| 2016-08-12 09:59 | Kitware Robot | Note Added: 0038089 | |||
| 2016-08-12 09:59 | Kitware Robot | Status | backlog => closed | ||
| 2016-08-12 09:59 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:59 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||