File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
50 Reduce(
Isis::Cube *pInCube,
const double sampleScale,
const double lineScale);
60 int startLine,
int endLine);
92 :
Reduce(pInCube, pdSampleScale, pdLineScale){
111 double pdValidPer, QString psReplaceMode)
112 :
Reduce(pInCube, pdSampleScale, pdLineScale){
123 mutable double *mdIncTab;
124 mutable double *mdSum;
125 mutable double *mdNpts;
126 mutable double *mdSum2;
127 mutable double *mdNpts2;
QString msReplaceMode
Replace Mode (scale/total)
Buffer for containing a two dimensional section of an image.
Functor for reduce using average functionality.
int miStartLine
Input start line.
int miEndSample
Input end sample.
Functor for reduce using near functionality.
int miInputLines
Input Lines.
int miInputBands
Input Bands.
Nearest(Isis::Cube *pInCube, double pdSampleScale, double pdLineScale)
Constructor.
void operator()(Isis::Buffer &out) const
Operator () overload.
Isis::PvlGroup UpdateOutputLabel(Isis::Cube *pOutCube)
Create label for the reduced output image.
int miEndLine
Input end line.
Buffer for reading and writing cube data.
void operator()(Isis::Buffer &out) const
Operator () overload.
double mdValidPer
Valid Percentage.
Contains multiple PvlContainers.
int miStartSample
Input start sample.
int miOutputLines
Output Lines.
Reduce the pixel dimensions of an image.
void setInputBoundary(int startSample, int endSample, int startLine, int endLine)
Parameters to input image sub area.
Isis::Cube * mInCube
Input image.
int miInputSamples
Input Samples.
IO Handler for Isis Cubes.
double mdLineScale
Line scale.
int miBandIndex
Band Index.
Reduce(Isis::Cube *pInCube, const double sampleScale, const double lineScale)
Constructor.
Isis::Portal * m_iPortal
Input portal.
int miOutputSamples
Output Samples.
double mdSampleScale
Sample scale.
This is free and unencumbered software released into the public domain.
Average(Isis::Cube *pInCube, double pdSampleScale, double pdLineScale, double pdValidPer, QString psReplaceMode)
Constructor.