MantisBT - ParaView
View Issue Details
0013482ParaView(No Category)public2012-09-28 15:322015-01-11 08:32
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.98.0 
Sandia
13482_fix_structured_data_outlines
incorrect functionality
0013482: Outline broken in parallel
Outlines for structured grid and rectilinear grid not working in parallel (try with office.binary.vtk and rectGrid2.vtk), but works fine for vtkImageData.

It extracts the internal boundary outline.
No tags attached.
Issue History
2012-09-28 15:32Utkarsh AyachitNew Issue
2012-09-28 15:32Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-09-28 16:46Utkarsh AyachitTopic Name => 13482_fix_structured_data_outlines
2012-09-28 16:46Utkarsh AyachitNote Added: 0029306
2012-09-28 16:46Utkarsh AyachitStatusbacklog => gatekeeper review
2012-09-28 16:46Utkarsh AyachitFixed in Version => git-next
2012-09-28 16:46Utkarsh AyachitResolutionopen => fixed
2012-09-28 16:49Utkarsh AyachitNote Added: 0029307
2012-09-29 10:58Utkarsh AyachitFixed in Versiongit-next => git-master
2012-09-29 10:58Utkarsh AyachitStatusgatekeeper review => customer review
2012-09-29 10:58Utkarsh AyachitNote Added: 0029310
2012-10-10 21:43Alan ScottNote Added: 0029359
2012-10-10 21:43Alan ScottStatuscustomer review => closed
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2015-01-11 08:32Utkarsh AyachitSource_changeset_attached => ParaView master 89c4e4b9
2015-01-11 08:32Utkarsh AyachitSource_changeset_attached => ParaView master 5bfb8679

Notes
(0029306)
Utkarsh Ayachit   
2012-09-28 16:46   
commit 5bfb8679cba7c643897b22c7bfea32620aa26cc0
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Sep 28 16:25:07 2012 -0400

    BUG 0013482. Fix outlines for reclinear and structured grids.
    
    Outline for vtkStructuredGrid and vtkRectilinearGrid was not working correctly
    in parallel. We would see internal outlines. The issue was introduce by VTK 6.0
    API changes. Since the data object no longer provides pipeline information and
    hence no WHOLE_EXTENT information is available, we have to explicitly create
    vtkPVTrivialProducer to pass the whole_extent correctly to the internal filters.
    
    Adding a new test (DataOutlines) to test this functionality.
(0029307)
Utkarsh Ayachit   
2012-09-28 16:49   
To test, open the following datafiles (in PAraViewData) with a parallel server (remote and/or local rendering) and ensure that internal boundaries are not visible.

* RectGrid2.vtk (vtkRectilinearGrid)
* office.binary.vtk (vtkStructuredGrid)
* iron protein.vtk (vtkImageData)

(all are covered in the newly added DataOutlines test)
(0029310)
Utkarsh Ayachit   
2012-09-29 10:58   
merged into master, if applicable.
(0029359)
Alan Scott   
2012-10-10 21:43   
Tested Linux, remote server, master. Used the datasets suggested below.