Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
29 CubeStretch(QString name=
"DefaultStretch", QString stretchType=
"Default",
int bandNumber = 1);
42 void setType(QString stretchType);
QString m_type
The name of the stretch.
bool operator==(CubeStretch &stretch2)
Check if the CubeStretches are equal.
void setName(QString name)
Set the Stretch name.
Stores stretch information for a cube.
int getBandNumber() const
Get the band number for the stretch.
int m_bandNumber
Type of stretch. This is only currently used in the AdvancedStretchTool.
Isis::Blob toBlob() const
Serialize the CubeStretch to a Blob.
void setBandNumber(int bandNumber)
Set the band number for the stretch.
QString getType() const
Get the Type of Stretch.
void setType(QString stretchType)
Set the type of Stretch.
CubeStretch(QString name="DefaultStretch", QString stretchType="Default", int bandNumber=1)
Constructs a CubeStretch object with default mapping of special pixel values to themselves and a prov...
QString getName() const
Get the Stretch name.
This is free and unencumbered software released into the public domain.