[vtkusers] VTKChartParallelCoordinates reset chart selection

Marcus D. Hanwell marcus.hanwell at kitware.com
Fri Jan 20 10:33:33 EST 2012


On Sun, Jan 15, 2012 at 8:25 AM, besessener <besessener at gmx.net> wrote:
> Hey,
>
> I am using the vtkChartParallelCoordinates widget for some time now, but I
> still havn't figured out how to remove or reset its selection (without
> clicking on it *__* )
> I want to make a button which resets all selections from all charts I have.
> This does work very well for the others but not for this one.
> I tried inheriting from vtkChartParallelCoordinates, so that I can acces the
> vtkChartParallelCoordinates::ResetSelection() Method (and as well
> vtkChartParallelCoordinates::SwapAxes(), but thats another issue...or maybe
> not?).
> Calling this function hast no effect at all :(
>
> Can someone please tell me what I have to do accomplish my goal?
>
I wrote most of that code, I will dig into it to see if there are
issues with resetting selections. It may not be triggering an
additional render. I think that both ResetSelection and SwapAxes could
be moved to the public API of the class actually. No promises on time
frames, but I will take a look at this when I can.

Marcus



More information about the vtkusers mailing list