MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001836 | VTK | (No Category) | public | 2005-05-09 11:35 | 2016-08-12 09:54 |
| Reporter | Luca Antiga | ||||
| Assigned To | Brad King | ||||
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0001836: vtkImageMarchingCubes streams improperly | ||||
| Description | The following code snippet produces the error below (VTK CVS version, May 09 2005; gentoo linux 2005.0; python 2.3.4; gcc 3.3.5) imageSource = vtkImageNoiseSource() imageSource.SetWholeExtent(0,255,0,255,0,32) imageSource.Update() imageCopy = vtkImageData() imageCopy.DeepCopy(imageSource.GetOutput()) imageCopy.Update() marchingCubes = vtkImageMarchingCubes() marchingCubes.SetInput(imageCopy) marchingCubes.Update() Error: ERROR: In /usr/local/src/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx, line 620 vtkStreamingDemandDrivenPipeline (0x8172418): The update extent specified in the information for output port 0 on algorithm vtkTrivialProducer(0x8172300) is 0 255 0 255 15 32, which is outside the whole extent 0 255 0 255 0 17. The error vanishes 1) when using vtkMarchingCubes instead of vtkImageMarchingCubes (the former doesn't support streaming) 2) when imageSource.GetOutput() is used as an input to marchingCubes, instead of imageCopy. If the error can't be replicated, probably increasing the whole extent in the imageSource will do. Ciao! Luca | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036784 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | suspended => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||