MantisBT - ParaView
View Issue Details
0008962ParaView(No Category)public2009-05-05 12:222010-02-22 19:51
David Doria 
Utkarsh Ayachit 
normalfeatureN/A
closedwon't fix 
 
 
0008962: Allow geometry to remain constant while data arrays change
It would be nice to allow multiple version of a data array to be stored in a polydata. The idea being that you can have only 1 file with the geometry, and then sequentially visualize many versions of a data array without having to write the entire vtp file again (as they are often huge).

I started looking for this when writing a clustering algorithm. I have a "ClassLabel" array which stores, for each point, which class/cluster the point is associated with (an integer value). I would like to track these class associations over "time", that is, in each iteration of my clustering algorithm, I would like to save the class associations at each time point so that I could watch the evolution of the clusters in paraview. If I had 1000 iterations, it would not be feasible to write 1000 entire vtp files, but somehow storing 1000 integer arrays would be ok.
No tags attached.
Issue History
2009-05-05 12:22David DoriaNew Issue
2009-05-05 13:02Ken MorelandNote Added: 0016292
2010-02-15 14:03Utkarsh AyachitNote Added: 0019531
2010-02-15 14:03Utkarsh AyachitStatusbacklog => @80@
2010-02-15 14:03Utkarsh AyachitResolutionopen => won't fix
2010-02-15 14:03Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-02-22 19:51Alan ScottNote Added: 0019583
2010-02-22 19:51Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0016292)
Ken Moreland   
2009-05-05 13:02   
This sounds like more of a limitation with the file format than with ParaView's behavior. Why not use a file format that allows you to specify changing fields over a constant geometry. The Exodus file format allows you to do this. The EnSight might also support this, but I am not sure.
(0019531)
Utkarsh Ayachit   
2010-02-15 14:03   
See Ken's comment.
(0019583)
Alan Scott   
2010-02-22 19:51   
See Ken's comments.