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.
 
const BandInfooperator= (BandInfo other)
 The BandInfo for the Cube.
 
CubeStretch getStretch () const
 
void setStretch (const Stretch &newStretch)
 

Public Attributes

int band
 The band.
 

Private Attributes

CubeStretchstretch
 The Stretch.
 

Detailed Description

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

Definition at line 147 of file CubeViewport.h.

Constructor & Destructor Documentation

◆ BandInfo() [1/2]

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

Definition at line 2396 of file CubeViewport.cpp.

◆ BandInfo() [2/2]

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

Definition at line 2408 of file CubeViewport.cpp.

References stretch.

◆ ~BandInfo()

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

Deconstructor.

Definition at line 2415 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 2433 of file CubeViewport.cpp.

◆ setStretch()

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

Member Data Documentation

◆ band

◆ stretch

CubeStretch* Isis::CubeViewport::BandInfo::stretch
private

The Stretch.

Definition at line 171 of file CubeViewport.h.

Referenced by BandInfo().


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