Look at Qt/Components/pqExtractSelectionsPanel.h|cxx That's the panel that's created for "Plot Selection Over Time" filter.
Utkarsh On Tue, Dec 9, 2008 at 2:48 PM, Rafael March <[EMAIL PROTECTED]> wrote: > Hey ParaView Comunity, > > I have a plugin which implements a custom Object Panel, and I need to get > the id's of the nodes of a selection. > > What I want to do is exactly what the filter "Plot Selection Over Time" > does: retrieve a list of the id's of the points of the current selection. I > searched in the ParaView dir for the class corresponding to this filter, but > I couldn't find ! > > How can I do this ? > > Thanks in advance, > Rafael March. > > > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
