MantisBT - ParaView
View Issue Details
0003019ParaView(No Category)public2006-03-28 10:482007-08-14 09:05
David Rogers 
Berk Geveci 
normalfeaturealways
closedfixed 
 
 
0003019: Element Inspector: add capability to handly large data quickly
Element Inspector: add capability to handly large data quickly
No tags attached.
Issue History
2007-08-13 15:05Berk GeveciNote Added: 0008431
2007-08-13 15:05Berk GeveciStatustabled => @80@
2007-08-13 15:05Berk GeveciResolutionopen => fixed
2007-08-14 09:05Ken MorelandStatus@80@ => closed
2007-08-14 09:05Ken MorelandNote Added: 0008448
2011-06-16 13:09Zack GalbreathCategory => (No Category)

Notes
(0004679)
Berk Geveci   
2006-08-17 15:21   
I don't know what this means.
(0004690)
Clinton Stimpson   
2006-08-18 08:42   
It meant that we pull data from the server only as it is viewed in a Qt View (as in model/view).

So pqDataSetModel currently wraps a vtkDataSet in a Qt model. And that method requires all the data to be on the client side for it to work.

If we're going to assume that's not going to be a problem, for whatever reason, then we don't need this feature request.
(0004692)
Berk Geveci   
2006-08-18 09:18   
Ah, I understand now. It would be awesome to have this feature in the long run. It would allow users to browse their data or a large selection on the client (or with the python client). I will keep this as low priority. We should bring it up after our first pass is done. Around October-November maybe.
(0008431)
Berk Geveci   
2007-08-13 15:05   
Spreadsheet view can do this.
(0008448)
Ken Moreland   
2007-08-14 09:05   
... and spreadsheet view is going to replace the element inspector. Very soon there will be a button to allow you to look at only the selection rather than everything.