[vtk-developers] vtkChartParallelCoordinates SetPlot

Eric E. Monson emonson at cs.duke.edu
Wed Nov 24 15:07:43 EST 2010


Hey Marcus,

I just pushed another small change to Gerrit which adds a SetPlot method to vtkChartParallelCoordinates. I'm trying to go through my customized chart classes again to see if I can simplify them so they don't re-implement so much code or rely on too many customizations to my local VTK build. (Hence, all of the little changes you've had to review in the past couple days -- thanks.)

This recent one is so I can use subclasses of vtkPlotParallelCoordinates in a PC Chart without having to re-implement so much code (since the plot is stored for now in the chart's private storage class). This way it's much easier for me to, say, implement a PC Plot that also paints markers at each point.

See what you think. I appreciate you putting the time into this – I know you have plenty of your own work to do.

-Eric




More information about the vtk-developers mailing list