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

Set quiver RGB table from RGBtable.

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

Definition at line 41 of file vtkfigVectorView.cxx.

42  {
43  state.stream_rgbtab_size=tabsize;
44  state.stream_rgbtab_modified=true;
45  stream_rgbtab=tab;
46  stream_lut=BuildLookupTable(tab,tabsize);
47  }
vtkSmartPointer< vtkLookupTable > stream_lut
Definition: vtkfigFigure.h:271
RGBTable stream_rgbtab
Definition: vtkfigFigure.h:272
vtkSmartPointer< vtkLookupTable > BuildLookupTable(RGBTable &xrgb, size_t size)
struct vtkfig::Figure::@0 state
figure state

+ Here is the call graph for this function: