[vtkusers] vtk scaler colouring issue

Alex Malyushytskyy alexmalvtk at gmail.com
Tue Dec 10 23:10:42 EST 2013


vtkElevationFilter adds "Elevation" array ( which you can access yourself )
to point data and sets it as an active scalar.
Code is pretty simple and you can find it at vtkElevationFilter.cxx (int
vtkElevationFilter::RequestData)

You can also look at the examples on different color usage at :
http://www.vtk.org/Wiki/VTK/Examples/Cxx

Regards,
   Alex



On Tue, Dec 10, 2013 at 7:05 PM, madz <madaramh at gmail.com> wrote:

> Is there a way to get the colour variation of vtkElevationFilter by using
> scalars?
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/vtk-scaler-colouring-issue-tp5724940p5724966.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20131210/338a09cf/attachment.htm>


More information about the vtkusers mailing list