#include <threshold_config_widget.h>
Inherits ConfigWidget.
Inheritance diagram for ThresholdConfigWidget:
Public Member Functions | |
ThresholdConfigWidget () | |
Constructor. | |
~ThresholdConfigWidget () | |
Destructor. | |
virtual void | applyConfiguration () throw (InvalidCastException) |
bool | showConfiguration () |
Implements ConfigWidget
Definition at line 37 of file threshold_config_widget.h.
|
Apply the user's configuration settings to the internal configuration object
Implements ConfigWidget. Definition at line 47 of file threshold_config_widget.cpp. References ConfigWidget::configuration_, ThresholdConfiguration::setDefaultPixelValue(), ThresholdConfiguration::setLowerBound(), and ThresholdConfiguration::setUpperBound(). Here is the call graph for this function: |
|
Display the widget's contents
Implements ConfigWidget. Definition at line 87 of file threshold_config_widget.cpp. References ConfigWidget::getMetadataForInputDataset(), and PixelMetadata::getNumBytesPerPixel(). Here is the call graph for this function: |