USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::Reduce Class Reference
[Geometry]

Reduce the pixel dimensions of an image. More...

#include <Reduce.h>

Inherited by Isis::Average, and Isis::Nearest.

List of all members.

Public Member Functions

 Reduce (Isis::Cube *pInCube, vector< string >psBands, const double sampleScale, const double lineScale)
 Constructor.
 ~Reduce ()
 Destructor.
Isis::PvlGroup UpdateOutputLabel (Isis::Cube *pOutCube)
 Create label for the reduced output image.
void setInputBoundary (int startSample, int endSample, int startLine, int endLine)
 Parameters to input image sub area.

Protected Attributes

Isis::CubemInCube
 Input image.
double mdSampleScale
 Sample scale.
double mdLineScale
 Line scale.
int miStartSample
 Input start sample.
int miEndSample
 Input end sample.
int miStartLine
 Input start line.
int miEndLine
 Input end line.
double mdLine
 Line index.
int miOutputSamples
 Output Samples.
int miOutputLines
 Output Lines.
int miInputSamples
 Input Samples.
int miInputLines
 Input Lines.
int miInputBands
 Input Bands.
int miBandIndex
 Band Index.
vector< stringmsBands
 Bands list.
Isis::Portalm_iPortal
 Input portal.

Detailed Description

Reduce the pixel dimensions of an image.

Reduce the pixel dimensions of an image. Has the functionality to reduce only a sub area in input image to output

Author:
1995-11-06 Jeff Anderson

Constructor & Destructor Documentation

Isis::Reduce::Reduce ( Isis::Cube pInCube,
vector< string psBands,
const double  sampleScale,
const double  lineScale 
)

Constructor.

Reduce Constructor.

Author:
Sharmila Prasad (4/26/2011)
Parameters:
pInCube - Input cube
psBands - Bands list
sampleScale - Sample scale
lineScale - Line scale

References Isis::Cube::getBandCount(), Isis::Cube::getLineCount(), Isis::Cube::getPixelType(), Isis::Cube::getSampleCount(), m_iPortal, mdLine, mdLineScale, mdSampleScale, miBandIndex, miEndLine, miEndSample, miInputBands, miInputLines, miInputSamples, mInCube, miOutputLines, miOutputSamples, miStartLine, miStartSample, and msBands.

Isis::Reduce::~Reduce (  ) 

Destructor.

Author:
Sharmila Prasad (5/11/2011)

References m_iPortal.


Member Function Documentation

void Isis::Reduce::setInputBoundary ( int  startSample,
int  endSample,
int  startLine,
int  endLine 
)

Parameters to input image sub area.

Parameters to input image sub area to be reduced.

Author:
Sharmila Prasad (5/11/2011)
Parameters:
startSample - input image start sample
endSample - input image end sample
startLine - input image start line
endLine - input image end line

References mdLine, mdLineScale, mdSampleScale, miEndLine, miEndSample, miInputLines, miInputSamples, miOutputLines, miOutputSamples, miStartLine, and miStartSample.

Isis::PvlGroup Isis::Reduce::UpdateOutputLabel ( Isis::Cube pOutCube  ) 

Create label for the reduced output image.

Update the Mapping, Instrument, and AlphaCube groups in the output cube label.

Parameters:
pOutCube - Resulting reduced output cube
pResultsGrp - This is the Results group that will go into the application log file. This group must be created by the calling application. Information will be added to it if the Mapping or Instrument groups are deleted from the output image label

References Isis::Cube::getLineCount(), Isis::Cube::getSampleCount(), mdLineScale, mdSampleScale, miEndLine, miEndSample, miInputLines, miInputSamples, mInCube, miOutputLines, miOutputSamples, miStartLine, miStartSample, Isis::SubArea::SetSubArea(), and Isis::SubArea::UpdateLabel().


Member Data Documentation

double Isis::Reduce::mdLine [protected]
double Isis::Reduce::mdLineScale [protected]
double Isis::Reduce::mdSampleScale [protected]
int Isis::Reduce::miBandIndex [protected]
int Isis::Reduce::miEndLine [protected]

Input end line.

Referenced by Reduce(), setInputBoundary(), and UpdateOutputLabel().

int Isis::Reduce::miEndSample [protected]

Input end sample.

Referenced by Reduce(), setInputBoundary(), and UpdateOutputLabel().

int Isis::Reduce::miInputBands [protected]

Input Bands.

Referenced by Isis::Average::operator()(), and Reduce().

int Isis::Reduce::miInputLines [protected]
int Isis::Reduce::miOutputLines [protected]
int Isis::Reduce::miStartLine [protected]

Input start line.

Referenced by Reduce(), setInputBoundary(), and UpdateOutputLabel().

int Isis::Reduce::miStartSample [protected]
vector<string> Isis::Reduce::msBands [protected]

Bands list.

Referenced by Reduce().


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