VTKFIG
0.20.20181114
Easy VTK based in situ visualization
Main Page
Related Pages
Namespaces
Classes
Files
Examples
vtkfig
Surf2D
ClientMTReceive
colors
gridfunc
lut
Lxy
Lz
New
Nx
Ny
points
rgbtab
rgbtab_modified
rgbtab_size
RTBuildVTKPipeline
ServerRTSend
SetGrid
SetRGBTable
show_colorbar
ShowColorbar
state
SubClassName
Surf2D
update_warp_and_lut
UpdateValues
vmax
vmin
warp
void vtkfig::Surf2D::SetRGBTable
(
RGBTable
&
tab
,
int
tabsize
)
inline
Definition at line
35
of file
vtkfigSurf2D.h
.
36
{
37
state
.rgbtab_size=tabsize;
38
state
.rgbtab_modified=
true
;
39
rgbtab
=tab;
40
lut
=
BuildLookupTable
(tab,tabsize);
41
}
vtkfig::BuildLookupTable
vtkSmartPointer< vtkLookupTable > BuildLookupTable(RGBTable &xrgb, size_t size)
vtkfig::Surf2D::lut
vtkSmartPointer< vtkLookupTable > lut
Definition:
vtkfigSurf2D.h:96
vtkfig::Surf2D::rgbtab
RGBTable rgbtab
Definition:
vtkfigSurf2D.h:84
vtkfig::Surf2D::state
struct vtkfig::Surf2D::@3 state
Here is the call graph for this function:
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11