[vtkusers] Set the Color of each line in vtkChartParallelCoordinates

Marcus D. Hanwell marcus.hanwell at kitware.com
Mon Oct 17 15:14:23 EDT 2011


On Sat, Oct 15, 2011 at 3:22 PM, HansAusBremen <hansausbremen at gmx.net> wrote:
> Thanks,
>
> but after updating to vtk-5.8 these functions still don't exist.
> So I had 2 hours of compiling for nothing?
>
> Can somebody please help.
>
> vtkPlot does NOT have the functions, but in the examples they are used:
>
>> SelectColorArray()
>> SetLookupTable()
>> SetScalarVisibility()
>>
In C++ code you would need to do a vtkPlotPoints::SafeDowncast in
order to access those methods as they are not in the base class.

http://www.vtk.org/doc/nightly/html/classvtkPlotPoints.html

Marcus



More information about the vtkusers mailing list