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::update_warp_and_lut
(
)
inline
private
Definition at line
99
of file
vtkfigSurf2D.h
.
100
{
101
state
.Lz =
state
.vmax-
state
.vmin;
102
lut
->SetTableRange(
state
.vmin,
state
.vmax);
103
lut
->Modified();
104
105
double
scale =
state
.Lxy/
state
.Lz;
106
warp
->XYPlaneOn();
107
warp
->SetScaleFactor(scale);
108
warp
->Modified();
109
}
vtkfig::Surf2D::warp
vtkSmartPointer< vtkWarpScalar > warp
Definition:
vtkfigSurf2D.h:78
vtkfig::Surf2D::lut
vtkSmartPointer< vtkLookupTable > lut
Definition:
vtkfigSurf2D.h:96
vtkfig::Surf2D::state
struct vtkfig::Surf2D::@3 state
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11