View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014682ParaView(No Category)public2014-04-10 08:372016-08-12 09:59
ReporterAlexey Gurin 
Assigned ToKitware Robot 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.1 
Target VersionFixed in Version 
Summary0014682: Incorrect fetching of rectilinear grid object
DescriptionError occurs when I try to get point coordinates with function GetPoint() from vtkRectilinearGrid object. vtkRectilinearGrid object obtained by servermanager.Fetch() function contains incorrect coordinate data - X, X, X instead of X, Y, Z.

Uploaded test case.
Open file "data.vtk" provided, make "data.vtk" source active and execute script "script.py".
Expected output: (0.0,2.0,4.0)
Output received: (0.0,0.0,0.0)

Error is in the vtkAppendRectilinearGrid::RequestData function in vtkAppendRectilinearGrid.cxx file.

Line 188: input->GetXCoordinates(), inputExtent);
Should be: input->GetYCoordinates(), inputExtent);

Line 190: input->GetXCoordinates(), inputExtent);
Should be: input->GetZCoordinates(), inputExtent);
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Fileszip file icon TestCase.zip [^] (548 bytes) 2014-04-10 08:37

 Relationships

  Notes
(0038559)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2014-04-10 08:37 Alexey Gurin New Issue
2014-04-10 08:37 Alexey Gurin File Added: TestCase.zip
2016-08-12 09:59 Kitware Robot Note Added: 0038559
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team