View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008622ParaView(No Category)public2009-02-25 21:332009-05-14 21:42
ReporterAlan Scott 
Assigned ToKen Moreland 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.6Fixed in Version 
Summary0008622: (Venus - high) Line plot has missing segments
DescriptionI have a dataset that has missing segments when doing a line plot. I cannot figure out why, or what is missing in the file.

ParaView local server, XP.
File: simple-sheath.e.2.* (I will send this to Berk.)
Filters/ Data Analysis/ Line Plot. Z Axis. Apply.
Note that the line plot has missing data around 48 to 50. Is this in ParaView or the data?
TagsNo tags attached.
Project
Topic Name
Type
Attached Filespatch file icon vtkPointSet.cxx.patch [^] (1,599 bytes) 2009-03-11 19:01 [Show Content]

 Relationships

  Notes
(0015663)
Ken Moreland (manager)
2009-03-11 19:06

The problem is that the connectivity of the topology is wrong in the middle of the data set and that messed up how vtkPointSet::FindCell traced through cell neighbors to find containing cells. To see the messed up topology, run the data through the Extract Surface filter and then clip the data with the default plane. If you look carefully in the middle of the data set, you will see some "external" faces on the interior. If you run the data through Clean to Grid, the coincident points will be resolved, the topology will be corrected, and the plot over line will work as expected.

I have attached a patch to vtkPointSet.cxx so that it will correctly find the cell even when the data has these type of coincident points. It adds some overhead, but it is pretty minor.
(0016401)
Ken Moreland (manager)
2009-05-12 12:23

Commit to directory "ParaView3/VTK/Filtering" lies in external project VTK
/cvsroot/ParaView3/ParaView3/VTK/Filtering/vtkPointSet.cxx,v <-- vtkPointSet.cxx
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/VTK/Filtering/vtkPointSet.h,v <-- vtkPointSet.h
new revision: 1.6; previous revision: 1.5
(0016466)
Alan Scott (manager)
2009-05-14 21:42

Great! Tested local client.

 Issue History
Date Modified Username Field Change
2009-02-25 21:33 Alan Scott New Issue
2009-03-05 20:19 Alan Scott Priority normal => high
2009-03-05 20:19 Alan Scott Summary Line plot has missing segments => (Venus - high) Line plot has missing segments
2009-03-11 19:00 Ken Moreland Status backlog => tabled
2009-03-11 19:00 Ken Moreland Assigned To => Ken Moreland
2009-03-11 19:01 Ken Moreland File Added: vtkPointSet.cxx.patch
2009-03-11 19:06 Ken Moreland Note Added: 0015663
2009-05-12 12:23 Ken Moreland Note Added: 0016401
2009-05-12 12:23 Ken Moreland Status tabled => @80@
2009-05-12 12:23 Ken Moreland Resolution open => fixed
2009-05-13 13:44 Utkarsh Ayachit Target Version => 3.6
2009-05-14 21:42 Alan Scott Note Added: 0016466
2009-05-14 21:42 Alan Scott Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team