![]() |
Isis 3 Programmer Reference
|
#include <CubeViewport.h>
Public Member Functions | |
BandInfo (const BandInfo &other) | |
~BandInfo () | |
Deconstructor. More... | |
const BandInfo & | operator= (BandInfo other) |
The BandInfo for the Cube. More... | |
Stretch | getStretch () const |
void | setStretch (const Stretch &newStretch) |
Public Attributes | |
int | band |
The band. More... | |
Private Attributes | |
Stretch * | stretch |
The Stretch. More... | |
Definition at line 157 of file CubeViewport.h.
Isis::CubeViewport::BandInfo::BandInfo | ( | const BandInfo & | other | ) |
other | The other BandInfo |
Definition at line 2411 of file CubeViewport.cpp.
References stretch.
Isis::CubeViewport::BandInfo::~BandInfo | ( | ) |
Deconstructor.
Definition at line 2418 of file CubeViewport.cpp.
Stretch Isis::CubeViewport::BandInfo::getStretch | ( | ) | const |
Definition at line 2426 of file CubeViewport.cpp.
Referenced by Isis::CubeViewport::blueStretch(), Isis::CubeViewport::grayStretch(), Isis::CubeViewport::greenStretch(), Isis::CubeViewport::paintPixmap(), Isis::CubeViewport::redStretch(), Isis::CubeViewport::stretchBlue(), Isis::CubeViewport::stretchGray(), Isis::CubeViewport::stretchGreen(), Isis::CubeViewport::stretchRed(), Isis::CubeViewport::viewGray(), and Isis::CubeViewport::viewRGB().
const CubeViewport::BandInfo & Isis::CubeViewport::BandInfo::operator= | ( | CubeViewport::BandInfo | other | ) |
void Isis::CubeViewport::BandInfo::setStretch | ( | const Stretch & | newStretch | ) |
newStretch | The new Stretch value |
Definition at line 2433 of file CubeViewport.cpp.
Referenced by Isis::CubeViewport::stretchBlue(), Isis::CubeViewport::stretchGray(), Isis::CubeViewport::stretchGreen(), Isis::CubeViewport::stretchRed(), and Isis::CubeViewport::viewRGB().
int Isis::CubeViewport::BandInfo::band |
The band.
Definition at line 178 of file CubeViewport.h.
Referenced by Isis::CubeViewport::blueBand(), Isis::CubeViewport::bluePixel(), Isis::CubeViewport::grayBand(), Isis::CubeViewport::grayPixel(), Isis::CubeViewport::greenBand(), Isis::CubeViewport::greenPixel(), operator=(), Isis::CubeViewport::redBand(), Isis::CubeViewport::redPixel(), Isis::CubeViewport::setCaption(), Isis::CubeViewport::viewGray(), and Isis::CubeViewport::viewRGB().
|
private |
The Stretch.
Definition at line 181 of file CubeViewport.h.
Referenced by BandInfo(), and operator=().
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/12/2023 23:45:50 |