An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
#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().