VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::ScalarView::SetSurfaceRGBTable ( RGBTable tab,
int  lutsize 
)

Set surface RGB table from RGBtable.

Parameters
tabRGB table containg data.
lutsizeSize of lookup table created.

Definition at line 44 of file vtkfigScalarView-2018-01-21-2258.cxx.

45  {
46  state.surface_rgbtab_size=tabsize;
47  state.surface_rgbtab_modified=true;
48  surface_rgbtab=tab;
49  surface_lut=BuildLookupTable(tab,tabsize);
50  }
RGBTable surface_rgbtab
Definition: vtkfigFigure.h:266
vtkSmartPointer< vtkLookupTable > surface_lut
Color lookup table for surface plots.
Definition: vtkfigFigure.h:265
vtkSmartPointer< vtkLookupTable > BuildLookupTable(RGBTable &xrgb, size_t size)
struct vtkfig::Figure::@0 state
figure state

+ Here is the call graph for this function: