View Issue Details [ Jump to Notes ] | [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0006289 | VTK | (No Category) | public | 2008-01-30 13:59 | 2016-08-12 09:54 |
|
Reporter | Eric Monson | |
Assigned To | Kitware Robot | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
|
Summary | 0006289: VTK XML readers set Global IDs as int rather than idType |
Description | The VTK XML file formats support Global IDs, and the readers assign them, but they do so as "int" type rather than "idtype". |
Steps To Reproduce | In ParaView you can load box.ex2, then save as *.vtu file. It is clear in the vtu file that Global IDs have been set. When this file is read back in, the GlobalIds are listed as "int". |
Additional Information | In ParaView this causes Global IDs to not function properly, and can lead to crashes in some cases. Functionality can be restored by manually setting Global IDs as vtkIdType within the Python Programmable Filter. See ParaView3 bug report 0006240 |
Tags | No tags attached. |
|
Project | |
Type | |
|
Attached Files | |
|