VTKFIG
0.20.20181114
Easy VTK based in situ visualization
Main Page
Related Pages
Namespaces
Classes
Files
Examples
vtkfig
Figure
a_scale
accumulate_range
actors
actors2d
annot
arrow2d
arrow3d
arrow3ds
arrow3dt
aspect
axes
bcbar
bface_lut
bface_rgbtab
bface_rgbtab_size
bgcolor
boundary_data_producer
cbar
cell_lut
cell_rgbtab
cell_rgbtab_size
celllist
ClientMTReceive
ClientMTReceiveData
contour_rgbtab_modified
contour_rgbtab_size
coordinate_scale_factor
coordinate_scale_factor_xyz
ctxactors
data_bounds
data_center
data_producer
data_vmax
data_vmin
dataname
datatype
domain_opacity
domain_surface_color
edit
elevation_lut
elevation_plot
elevation_rgbtab
elevation_rgbtab_size
elevation_scale
eps_geom
Figure
Frame
framepos
GenIsolevels
internals::Client
internals::MainThread
internals::MyInteractorStyle
internals::MySliderCallback
internals::MyTimerCallback
IsEmpty
isolevels_locked
isoline_filter
isoline_plot
isoline_width
isosurface_filter
isosurface_plot
keep_aspect
KeepXYAspect
l_iso
New
outline
planecutX
planecutY
planecutZ
planeX
planeY
planeZ
quiver_arrowscale_geometry
quiver_arrowscale_user
quiver_lut
quiver_rgbtab
quiver_rgbtab_modified
quiver_rgbtab_size
real_vmax
real_vmin
ReceiveRGBTable
RTAddActor
RTAddActor2D
RTAddAnnotations
RTAddContextActor
RTBuildAllVTKPipelines
RTBuildDomainPipeline
RTBuildDomainPipeline0
RTBuildVTKPipeline
RTCalcTransform
RTInitAnnotations
RTMessage
RTPreRender
RTProcessArrowKey
RTProcessArrowMove
RTProcessIsoKey
RTProcessIsoMove
RTProcessKey
RTProcessMove
RTProcessPlaneKey
RTProcessPlaneMove
RTShowActive
RTShowArrowScale
RTShowInActive
RTShowIsolevel
RTShowPlanePos
RTUpdateActors
RTUpdateIsoSurfaceFilter
SendRGBTable
ServerRTSend
ServerRTSendData
SetAccumulateRange
SetBackground
SetContourRGBTable
SetData
SetData
SetIsoLevels
SetMaskedData
SetMaskedData
SetRange
SetTitle
SetValueRange
SetViewVolume
SetViewVolumeToDataSetBounds
SetVMinMax
SetXYAspect
show_contour_colorbar
show_domain_axes
show_domain_boundary
show_domain_box
show_elevation
show_grid_colorbar
show_grid_edges
show_isolines
show_isosurfaces
show_quiver
show_quiver_colorbar
show_slider
show_stream
show_stream_colorbar
show_surface
show_surface_colorbar
ShowDomainAxes
ShowDomainBoundary
ShowDomainBox
spacedim
splot
state
stream_initial_integration_step
stream_lut
stream_maximum_integration_step
stream_maximum_number_of_steps
stream_maximum_propagation
stream_rgbtab
stream_rgbtab_modified
stream_rgbtab_size
stream_ribbonwidth
SubClassName
surface_colorbar_label_format
surface_colorbar_num_labels
surface_lut
surface_plot
surface_rgbtab
surface_rgbtab_modified
surface_rgbtab_size
title
trans_bounds
trans_center
transform
transform_dirty
vmax_set
vmin_set
warp_transform
warp_ztran
wireframe
x_plane
xmax
xmin
y_plane
ymax
ymin
z_plane
zmax
zmin
~Figure
void vtkfig::Figure::RTShowIsolevel
(
)
protected
Definition at line
248
of file
vtkfigFigure.cxx
.
249
{
250
//if (this->SubClassName()!="ScalarView") return;
251
252
int
i=
isoline_filter
->GetNumberOfContours();
253
if
(i>0)
254
{
255
double
isolevel=
isoline_filter
->GetValue(i-1);
256
RTMessage
(
"isolevel["
+ std::to_string(i-1)+
"]="
+std::to_string(isolevel));
257
}
258
else
259
{
260
RTMessage
(
"[Return] for isolevel[0]="
+std::to_string(0.5*(
state
.real_vmin+
state
.real_vmax)));
261
}
262
}
vtkfig::Figure::RTMessage
void RTMessage(std::string msg)
Show string in message field.
Definition:
vtkfigFigure.cxx:770
vtkfig::Figure::isoline_filter
vtkSmartPointer< vtkContourFilter > isoline_filter
Definition:
vtkfigFigure.h:224
vtkfig::Figure::state
struct vtkfig::Figure::@0 state
figure state
Here is the call graph for this function:
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11