5 #include <QTableWidget> virtual QGroupBox * getParameters()=0
Abstract method to return a QGroupBox of this QStretch's parameters.
const StretchTool * p_stretchTool
The StretchTool that created this QStretch.
void SetLis(const double value)
Sets the mapping for LIS pixels.
virtual void disconnectTable(QTableWidget *widget)
Abstract method to disconnect the AdvancedStretchTool's table of stretch pairs.
QGroupBox * p_parametersBox
The QGroupBox that holds this QStretch's parameters.
Stretch p_stretch
The stretch that this QStretch modifies.
virtual QStretch * clone()=0
Abstract method to clone a QStretch in order to retain its parameters and stretch pairs...
QString p_name
The name of this QStretch.
void SetHrs(const double value)
Sets the mapping for HRS pixels.
void SetLrs(const double value)
Sets the mapping for LRS pixels.
void SetHis(const double value)
Sets the mapping for HIS pixels.
virtual void connectTable(QTableWidget *widget)
Abstract method to connect the AdvancedStretchTool's table of stretch pairs in order to modify it if ...
Abstract class for complex stretch objects.
double p_min
The minimum value a stretch input pair can be set to.
virtual void setMinMax(double min, double max)
Abstract method to set the minimum and maximum values that stretch input pairs can be set to...
Namespace for ISIS/Bullet specific routines.
Stretch stretch()
This method returns the stretch.
QStretch(const StretchTool *stretchTool, QString name)
QStretch Constructor.
double p_max
The maximum value a stretch input pair can be set to.
void SetNull(const double value)
Sets the mapping for NULL pixels.
QString name()
This method returns the name of this QStretch.
void update()
Signal to emit when this QStretch has been updated.