MantisBT - ParaView
View Issue Details
0011716ParaViewBugpublic2011-01-17 15:112016-08-12 09:59
Jean M. Favre 
Haocheng Liu 
normalmajoralways
closedmoved 
ALL OS
Development 
 
TBD
incorrect functionality
0011716: Reflect filter does not flip vectors unless there are returned by inCD->GetVectors()
I thought the usage of SetActiveVectors or SetActiveScalars() was considered obsolete in ParaView, since there cannot be more than one such DataArray at a time. Filters such as vtkReflectionFilter which do a GetVectors() to find the vector to flip ignore all other vectors which are simply copied via outPD->CopyData(inPD, i, ptId);

this is a bug, and results in wrong streamlines and all other vector displays in reflected surfaces in ParaView.
load the supplied file with vector "CF". Reflect across Z axis and display vector glyphs or streamlines. They are wrong on the reflected side.
No tags attached.
? reflect_0_0.vts (21,882) 2011-01-17 15:11
https://www.vtk.org/Bug/file/8639/reflect_0_0.vts
Issue History
2011-01-17 15:11Jean M. FavreNew Issue
2011-01-17 15:11Jean M. FavreFile Added: reflect_0_0.vts
2014-10-10 10:41Cory QuammenNote Added: 0033626
2015-08-31 07:09Menno DeijNote Added: 0035102
2015-08-31 07:09Menno DeijNote Edited: 0035102bug_revision_view_page.php?bugnote_id=35102#r1252
2016-03-16 05:44Menno DeijNote Added: 0035843
2016-07-25 15:43Haocheng LiuProject => TBD
2016-07-25 15:43Haocheng LiuType => incorrect functionality
2016-07-25 15:43Haocheng LiuAssigned To => Haocheng Liu
2016-07-25 15:43Haocheng LiuStatusbacklog => active development
2016-08-12 09:59Kitware RobotNote Added: 0038085
2016-08-12 09:59Kitware RobotStatusactive development => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved

Notes
(0033626)
Cory Quammen   
2014-10-10 10:41   
I confirmed that this is still an issue in 4.2.
(0035102)
Menno Deij   
2015-08-31 07:09   
This still is an issue in origin/master.

(0035843)
Menno Deij   
2016-03-16 05:44   
Still an issue. It seems the origin of the problem is that the vtkDataSetAttributes::VECTORS attribute is not used properly in some readers and filters(?).
A workaround in ParaView for surface vectors is to use the Surface Vectors filter, which sets the VECTORS attribute. For volume vectors there is no such workaround.
(0038085)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.