MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014682 | ParaView | (No Category) | public | 2014-04-10 08:37 | 2016-08-12 09:59 |
| Reporter | Alexey Gurin | ||||
| Assigned To | Kitware Robot | ||||
| Priority | high | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | 4.1 | ||||
| Target Version | Fixed in Version | ||||
| Project | TBD | ||||
| Topic Name | |||||
| Type | incorrect functionality | ||||
| Summary | 0014682: Incorrect fetching of rectilinear grid object | ||||
| Description | Error 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); | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/9632/TestCase.zip | ||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||