View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013529ParaView(No Category)public2012-10-17 11:042012-11-09 10:20
ReporterAndy Bauer 
Assigned ToAndy Bauer 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.98.0 
Summary0013529: stream tracer for multiblock requires same ordering of point data
DescriptionThe stream tracer filter when used with multiblock data sets requires that the vector is in the same index location of the point data of all leaf nodes of the multiblock. This shouldn't be the case as it should only use the name of the point data field to access the vector field used to do the trace with. To reproduce the problem:
1) create a wavelet source
2) create a clip filter
3) create a calculator filter from the clip filter (use iHat as the input)
4) create an elevation filter from the wavelet source
5) create a calculator filter from the elevation filter (again can use iHat as the input)
6) create a group data sets filter using the both calculator filters as inputs
7) create a stream tracer filter

This will cause an error or crash with the following message:
ERROR: In /home/acbauer/CODE/ParaView/ParaView/VTK/Common/Core/vtkDataArray.cxx, line 302
vtkDoubleArray (0x9ff5540): Cannot InterpolateValue from array of type float

TagsNo tags attached.
ProjectCoProcessing
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0029686)
Andy Bauer (developer)
2012-11-08 17:48

Leo fixed this in VTK.

 Issue History
Date Modified Username Field Change
2012-10-17 11:04 Andy Bauer New Issue
2012-10-17 11:04 Andy Bauer Assigned To => Andy Bauer
2012-11-08 17:48 Andy Bauer Note Added: 0029686
2012-11-08 17:48 Andy Bauer Status backlog => closed
2012-11-08 17:48 Andy Bauer Resolution open => fixed
2012-11-08 17:48 Andy Bauer Fixed in Version => git-master
2012-11-09 10:20 Utkarsh Ayachit Fixed in Version git-master => 3.98.0


Copyright © 2000 - 2018 MantisBT Team