  | 
  
    Isis Developer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef SpecialPixelTool_h 
    2 #define SpecialPixelTool_h 
   85       QToolButton *p_nullColor;
 
   86       QToolButton *p_lisColor; 
 
   87       QToolButton *p_lrsColor; 
 
   88       QToolButton *p_ldsColor; 
 
   89       QToolButton *p_hisColor; 
 
   90       QToolButton *p_hrsColor; 
 
   91       QToolButton *p_hdsColor; 
 
   92       QToolButton *p_bgColor; 
 
   93       QSettings *p_settings; 
 
 
 
Cube display widget for certain Isis MDI applications.
Definition: MdiCubeViewport.h:39
 
void SetMinimum(const double value)
Definition: Stretch.h:142
 
void SetLis(const double value)
Sets the mapping for LIS pixels.
Definition: Stretch.h:105
 
File name manipulation and expansion.
Definition: FileName.h:100
 
void SetMaximum(const double value)
Definition: Stretch.h:145
 
void SetHrs(const double value)
Sets the mapping for HRS pixels.
Definition: Stretch.h:138
 
Stores stretch information for a cube.
Definition: CubeStretch.h:27
 
CubeStretch greenStretch() const
Return the green band stretch.
Definition: CubeViewport.cpp:1674
 
void SetLrs(const double value)
Sets the mapping for LRS pixels.
Definition: Stretch.h:116
 
void SetHis(const double value)
Sets the mapping for HIS pixels.
Definition: Stretch.h:127
 
CubeStretch redStretch() const
Return the red band stretch.
Definition: CubeViewport.cpp:1668
 
CubeStretch blueStretch() const
Return the blue band stretch.
Definition: CubeViewport.cpp:1680
 
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
 
int main(int argc, char *argv[])
The programmer supplied main function.
Definition: Isis.h:93
 
void SetNull(const double value)
Sets the mapping for NULL pixels.
Definition: Stretch.h:94
 
void stretchGreen(const QString &string)
Apply stretch pairs to green bands.
Definition: CubeViewport.cpp:2131
 
Definition: Workspace.h:78
 
void stretchBlue(const QString &string)
Apply stretch pairs to blue bands.
Definition: CubeViewport.cpp:2143
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
 
void setBackground(QColor color)
Sets the background color.
Definition: CubeViewport.h:373
 
void stretchRed(const QString &string)
Apply stretch pairs to red bands.
Definition: CubeViewport.cpp:2119