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 () |
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 <[hidden email]> 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 > 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 |
I am using VTK6.1 and I could not find those functions.
|
This is new functionality and hence not available in VTK 6.1.
Utkarsh On Wed, Oct 29, 2014 at 1:15 PM, weifeng0715 <[hidden email]> wrote: > I am using VTK6.1 and I could not find those functions. > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Why-does-vtkLookupTable-not-have-the-following-functions-How-should-realize-these-functions-tp5729223p5729284.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 > 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 |
If you must use VTK 6.1, you can find the corresponding documentation for VTK 6.1 here: If you are using a git checkout of "master," then the nightly documentation is appropriate. But if you're stuck with the 6.1 release, you should refer to the 6.1 documentation. HTH, David C. On Wed, Oct 29, 2014 at 1:48 PM, Utkarsh Ayachit <[hidden email]> wrote: This is new functionality and hence not available in VTK 6.1. _______________________________________________ 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 |
Ok. Thanks.
|
Free forum by Nabble | Edit this page |