MantisBT - VTK
View Issue Details
0007195VTK(No Category)public2008-06-16 19:582016-08-12 09:54
yyrs 
Kitware Robot 
normalmajoralways
closedmoved 
 
 
0007195: either vtkStructuredGridReader or SetExtent method reverses the order of point coordinates: x <--> z
The attached file (in vtkStructuredGrid ASCII format) has a scalar
that depends only on the z coordinate (in a 4x4x4 cubic box).
So, when it is read with a vtkStructuredGridReader and then a plane
is picked up via

SetExtent 0 3 0 3 $zval $zval

(where zval is a number between 0 and 3), the entire plane should be
the same color. It isn't. It comes out the same color, though, for

SetExtent $xval $xval 0 3 0 3

Looks like x and z coordinates are mixed up somewhere along the way.


No tags attached.
? vtk_test (785) 2008-06-16 19:58
https://www.vtk.org/Bug/file/6536/vtk_test
Issue History
2008-06-16 19:58yyrsNew Issue
2008-06-16 19:58yyrsFile Added: vtk_test
2008-06-16 20:02yyrsNote Added: 0012354
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036989
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0012354)
yyrs   
2008-06-16 20:02   
I am using vtk-5.0.4.
(0036989)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

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