[vtk-developers] Why does vtkLookupTable not have the following functions? How should realize these functions?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Oct 29 12:18:26 EDT 2014


What do you mean? vtkLookupTable indeed has those methods [1]. Are you
using VTK 6.1? These are new changes added to VTK master and will be
available in the next release of VTK.


[1] http://www.vtk.org/doc/nightly/html/classvtkLookupTable.html

On Sat, Oct 25, 2014 at 4:14 AM, weifeng0715 <weifeng0715 at gmail.com> wrote:
> virtual void    SetBelowRangeColor (double, double, double, double)
>
> virtual void    SetBelowRangeColor (double[4])
>
> virtual double *        GetBelowRangeColor ()
>
> virtual void    GetBelowRangeColor (double &, double &, double &, double &)
>
> virtual void    GetBelowRangeColor (double[4])
>
> virtual void    SetUseBelowRangeColor (int)
>
> virtual int     GetUseBelowRangeColor ()
>
> virtual void    UseBelowRangeColorOn ()
>
> virtual void    UseBelowRangeColorOff ()
>
> virtual void    SetAboveRangeColor (double, double, double, double)
>
> virtual void    SetAboveRangeColor (double[4])
>
> virtual double *        GetAboveRangeColor ()
>
> virtual void    GetAboveRangeColor (double &, double &, double &, double &)
>
> virtual void    GetAboveRangeColor (double[4])
>
> virtual void    SetUseAboveRangeColor (int)
>
> virtual int     GetUseAboveRangeColor ()
>
> virtual void    UseAboveRangeColorOn ()
>
> virtual void    UseAboveRangeColorOff ()
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Why-does-vtkLookupTable-not-have-the-following-functions-How-should-realize-these-functions-tp5729223.html
> Sent from the VTK - Dev 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
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>


More information about the vtk-developers mailing list