/ . / VolumeViewer / Thresholds_Panel
User interface for adjusting thresholds and colors.
Methods
|
|
|
update_histograms
|
update_histograms (
self,
data_region,
read_matrix=True,
)
|
|
histograms_shown
|
histograms_shown ( self )
|
|
layout_threshold_table
|
layout_threshold_table ( self, data_region )
Layout threshold panel for component names, data ranges, histograms,
threshold values, colors, and hide buttons.
|
|
update_panel_widgets
|
update_panel_widgets ( self, data_region )
|
|
make_component_widgets
|
make_component_widgets (
self,
frame,
components,
cheading,
)
|
|
use_gui_settings
|
use_gui_settings ( self, data_region )
|
|
representation_changed
|
representation_changed ( self, rep )
Switch histogram threshold markers between vertical
lines or piecewise linear function for surfaces or solid.
|
|
__init__
|
__init__ (
self,
dialog,
parent,
)
|
|
plot_thresholds
|
plot_thresholds ( self )
|
|
|