Isis 3 Programmer Reference
Isis::CubeViewport::BandInfo Class Reference

#include <CubeViewport.h>

Collaboration diagram for Isis::CubeViewport::BandInfo:
Collaboration graph

Public Member Functions

 BandInfo (const BandInfo &other)
 
 ~BandInfo ()
 Deconstructor. More...
 
const BandInfooperator= (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

Stretchstretch
 The Stretch. More...
 

Detailed Description

Author
????-??-?? Unknown

Definition at line 157 of file CubeViewport.h.

Constructor & Destructor Documentation

◆ BandInfo()

Isis::CubeViewport::BandInfo::BandInfo ( const BandInfo other)
Parameters
otherThe other BandInfo

Definition at line 2411 of file CubeViewport.cpp.

References stretch.

◆ ~BandInfo()

Isis::CubeViewport::BandInfo::~BandInfo ( )

Deconstructor.

Definition at line 2418 of file CubeViewport.cpp.

Member Function Documentation

◆ getStretch()

◆ operator=()

const CubeViewport::BandInfo & Isis::CubeViewport::BandInfo::operator= ( CubeViewport::BandInfo  other)

The BandInfo for the Cube.

Parameters
otherThe other BandInfo
Returns
The BandInfo

Definition at line 2438 of file CubeViewport.cpp.

References band, and stretch.

◆ setStretch()

void Isis::CubeViewport::BandInfo::setStretch ( const Stretch newStretch)

Member Data Documentation

◆ band

◆ stretch

Stretch* Isis::CubeViewport::BandInfo::stretch
private

The Stretch.

Definition at line 181 of file CubeViewport.h.

Referenced by BandInfo(), and operator=().


The documentation for this class was generated from the following files: