MantisBT - ParaView
View Issue Details
0004119ParaView(No Category)public2006-12-01 10:302007-04-03 18:15
Ken Moreland 
Utkarsh Ayachit 
highfeaturealways
closedopen 
 
 
0004119: Cell/point id based picking
ParaView 2 allows you to pick a cell or point based on id. ParaView 3 needs to do that, too.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006565)
user521   
2007-02-26 17:03   
I added ID picking for selection today. It is not finished yet. In particular it does not do point ID picking yet, it does use globalids yet, and the GUI to use it is in rough draft state. Howevert the code path to do ID selection is in and can be used to start prototyping analysis.
(0006821)
user521   
2007-03-16 15:51   
Point and cell extraction by id is now in. To use it make up a vtkSelection with CONTENT_TYPE=IDS, FIELD_TYPE=POINT or CELL, and an optional ARRAY_NAME and the extract filter will give you whatever cells or points that you request.

(0006830)
Ken Moreland   
2007-03-19 10:47   
I'm not seeing how this is reflected in the PV 3 GUI, and thus I don't see how this is implementing the functionality from PV 2. How does the user pick a point/cell by id, get its data values, see its position in a 3D view, and plot the value over time?
(0006866)
Ken Moreland   
2007-03-20 13:49   
We need to access this from the GUI.
(0007008)
Berk Geveci   
2007-03-29 14:12   
Utkarsh is working on this.