MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010127 | ParaView | Feature | public | 2010-01-12 15:06 | 2016-08-12 09:57 |
| Reporter | David Doria | ||||
| Assigned To | Zhanping Liu | ||||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | Development | ||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0010127: vtkAppendPolyData doesn't allow polydata's with only points (no cells) to be appended | ||||
| Description | I wanted to change line 239 of vtkAppendPolyData.cxx from if ( numPts < 1 || numCells < 1 ) to if ( numPts == 0 ) to allow polydata's which only contain points to be appended to each other. I checked in this change (1.105) to vtkAppendPolyData.cxx. The VTK tests passed, but some Paraview test failed: 514 - pvcs.RectilinearFractal (Failed) 584 - pvcrs.RectilinearFractal (Failed) so I reverted my change. These tests only fail if Paraview is built with PARAVIEW_USE_MPI ON. Can someone take a look at why these tests are failing and recommit the new functionality? | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-01-12 15:06 | David Doria | New Issue | |||
| 2010-01-12 18:07 | David Doria | Note Added: 0019108 | |||
| 2010-04-27 16:06 | Utkarsh Ayachit | Status | backlog => tabled | ||
| 2010-04-27 16:06 | Utkarsh Ayachit | Assigned To | => Zhanping Liu | ||
| 2011-06-16 13:10 | Zack Galbreath | Category | Feature Request => Feature | ||
| 2016-08-12 09:57 | Kitware Robot | Note Added: 0037765 | |||
| 2016-08-12 09:57 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:57 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||