MantisBT - VTK
View Issue Details
0015653VTK(No Category)public2015-08-14 11:542016-07-06 14:02
Dan Lipsa 
Berk Geveci 
normalminorhave not tried
closedunable to reproduce 
 
 
TBD
incorrect functionality
0015653: VTK legacy format (and VTK xml format) do not support field arrays
The specification for VTK legacy and VTK xml formats do not seem to include a way to specify field arrays (arrays not associated with points or cells).

VTK legacy format does include a way to specify a general Dataset where there are no point or cell data but only field data - this is done by setting the dataset type to FIELD.
No tags attached.
Issue History
2015-08-14 11:54Dan LipsaNew Issue
2015-08-14 11:56Dan LipsaDescription Updatedbug_revision_view_page.php?rev_id=1223#r1223
2016-07-06 12:04Berk GeveciAssigned To => Berk Geveci
2016-07-06 14:02Berk GeveciNote Added: 0036214
2016-07-06 14:02Berk GeveciStatusbacklog => closed
2016-07-06 14:02Berk GeveciResolutionopen => unable to reproduce

Notes
(0036214)
Berk Geveci   
2016-07-06 14:02   
The legacy & XML readers and writers all support field data. I verified that this is the case by creating a polydata object that has field data and writing it in both formats and then reading it back. It all works. I am guessing that the root cause of the issue that lead to this report is something else.