MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015662 | VTK | (No Category) | public | 2015-08-19 22:30 | 2015-08-30 21:14 |
Reporter | Dan Lipsa | ||||
Assigned To | Dan Lipsa | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0015662: vtkAppendPolyData does not remove vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT() | ||||
Description | For a pipeline as the following: // image0 image1 image2 // dmcubes0 dmcubes1 dmcubes2 // \ | / // vtkAppendPolyData // mapper/actor // renderer dmcubes is a discrete marching cubes alg. The pipeline forwards the update_extent upstream but the append filter does not remove it in its RequestUpdateExtent method. This results in the update extent from the first image being compared with the extent of the second image which results in a mismatch. The following error is printed: ERROR: In /home/danlipsa/src/VTK/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.cxx, line 857 vtkStreamingDemandDrivenPipeline (0x12a7d70): The update extent specified in the information for output port 0 on algorithm vtkTrivialProducer(0x12a77b0) is 0 67 0 72 0 9, which is outside the whole extent 0 69 0 58 0 10. See also the following discussion http://vtk.markmail.org/search/?q=vtkAppendPolydata%20-%20wrong%20extents%20on%20multiple%20inputs#query:vtkAppendPolydata%20-%20wrong%20extents%20on%20multiple%20inputs+page:1+mid:facdxlzi7g5hks5b+state:results [^] | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-08-19 22:30 | Dan Lipsa | New Issue | |||
2015-08-19 22:30 | Dan Lipsa | Assigned To | => Dan Lipsa | ||
2015-08-19 22:34 | Dan Lipsa | Description Updated | bug_revision_view_page.php?rev_id=1235#r1235 | ||
2015-08-19 22:36 | Dan Lipsa | Status | backlog => active development | ||
2015-08-19 22:49 | Dan Lipsa | Note Added: 0035036 | |||
2015-08-25 21:45 | Dan Lipsa | Additional Information Updated | bug_revision_view_page.php?rev_id=1241#r1241 | ||
2015-08-25 21:46 | Dan Lipsa | Note Added: 0035063 | |||
2015-08-25 21:46 | Dan Lipsa | Additional Information Updated | bug_revision_view_page.php?rev_id=1242#r1242 | ||
2015-08-30 21:13 | Dan Lipsa | Status | active development => closed | ||
2015-08-30 21:14 | Dan Lipsa | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|