29 CubeStretch(QString name=
"DefaultStretch", QString stretchType=
"Default",
int bandNumber = 1);
42 void setType(QString stretchType);
Stores stretch information for a cube.
Definition CubeStretch.h:27
void setBandNumber(int bandNumber)
Set the band number for the stretch.
Definition CubeStretch.cpp:165
~CubeStretch()
Definition CubeStretch.cpp:73
bool operator==(CubeStretch &stretch2)
Check if the CubeStretches are equal.
Definition CubeStretch.cpp:103
int getBandNumber() const
Get the band number for the stretch.
Definition CubeStretch.cpp:155
void setName(QString name)
Set the Stretch name.
Definition CubeStretch.cpp:135
Isis::Blob toBlob() const
Serialize the CubeStretch to a Blob.
Definition CubeStretch.cpp:84
QString getName() const
Get the Stretch name.
Definition CubeStretch.cpp:145
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...
Definition CubeStretch.cpp:19
QString getType() const
Get the Type of Stretch.
Definition CubeStretch.cpp:115
void setType(QString stretchType)
Set the type of Stretch.
Definition CubeStretch.cpp:125
Pixel value mapper.
Definition Stretch.h:58
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16