#include <CubeViewport.h>

Public Member Functions | |
| BandInfo (const BandInfo &other) | |
| ~BandInfo () | |
| Deconstructor. | |
| const BandInfo & | operator= (BandInfo other) |
| The BandInfo for the Cube. | |
| CubeStretch | getStretch () const |
| void | setStretch (const Stretch &newStretch) |
Public Attributes | |
| int | band |
| The band. | |
Private Attributes | |
| CubeStretch * | stretch |
| The Stretch. | |
Definition at line 147 of file CubeViewport.h.
| Isis::CubeViewport::BandInfo::BandInfo | ( | ) |
Definition at line 2396 of file CubeViewport.cpp.
| Isis::CubeViewport::BandInfo::BandInfo | ( | const BandInfo & | other | ) |
| other | The other BandInfo |
Definition at line 2408 of file CubeViewport.cpp.
| Isis::CubeViewport::BandInfo::~BandInfo | ( | ) |
| CubeStretch Isis::CubeViewport::BandInfo::getStretch | ( | ) | const |
| 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 2428 of file CubeViewport.cpp.
References stretch.
| int Isis::CubeViewport::BandInfo::band |
|
private |
The Stretch.
Definition at line 171 of file CubeViewport.h.
Referenced by BandInfo(), getStretch(), operator=(), setStretch(), and ~BandInfo().