View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004946VTK(No Category)public2007-04-26 20:322016-08-12 09:54
ReporterDavid Thompson (old) 
Assigned ToDavid Thompson (old) 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004946: vtkExodusIIReader doesn't provide model metadata
DescriptionThe new vtkExodusIIReader doesn't yet create model a metadata object containing QA records, etc. from the Exodus file.

This is a feature request to replace the original bug (0004923) that caused crashes.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships
related to 0005741closedKitware Robot VTK Exodus metadata should be available from Python (and other wrapped languages) 
related to 0005742closedUtkarsh Ayachit ParaView Server/manager objects for accessing model metadata 

  Notes
(0009099)
David Thompson (old) (developer)
2007-09-18 15:36

The vtkModelMetadata classes should most probably be deprecated; the relevant information can be stored using vtkInformation objects. This is cleaner than metadata being stored in a dataset's field data because global variables are now stored there as well and the potential for name collisions/confusion would be high if both global variables and metadata were stored in the field data.

Because the metadata may be extensive, loading it into a mesh should be an option. The option should most probably take the form of both an ivar and a vtkInformation key which could be added to pipeline requests by downstream consumers (such as the Exodus writer). If either the key is present or the ivar is true, the data should be read.
(0036910)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2007-09-18 15:36 David Thompson (old) Note Added: 0009099
2007-09-18 15:48 David Thompson (old) Relationship added related to 0005741
2007-09-18 15:48 David Thompson (old) Relationship added related to 0005742
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036910
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team