Isis 3 Developer Reference
|
Functor for reduce using near functionality. More...
#include <Reduce.h>
Public Member Functions | |
Nearest (Isis::Cube *pInCube, double pdSampleScale, double pdLineScale) | |
Constructor. More... | |
void | operator() (Isis::Buffer &out) const |
Operator () overload. More... | |
Isis::PvlGroup | UpdateOutputLabel (Isis::Cube *pOutCube) |
Create label for the reduced output image. More... | |
void | setInputBoundary (int startSample, int endSample, int startLine, int endLine) |
Parameters to input image sub area. More... | |
Protected Attributes | |
Isis::Cube * | mInCube |
Input image. More... | |
double | mdSampleScale |
Sample scale. More... | |
double | mdLineScale |
Line scale. More... | |
int | miStartSample |
Input start sample. More... | |
int | miEndSample |
Input end sample. More... | |
int | miStartLine |
Input start line. More... | |
int | miEndLine |
Input end line. More... | |
double | mdLine |
Line index. More... | |
int | miOutputSamples |
Output Samples. More... | |
int | miOutputLines |
Output Lines. More... | |
int | miInputSamples |
Input Samples. More... | |
int | miInputLines |
Input Lines. More... | |
int | miInputBands |
Input Bands. More... | |
int | miBandIndex |
Band Index. More... | |
Isis::Portal * | m_iPortal |
Input portal. More... | |
Functor for reduce using near functionality.
|
inline |
Constructor.
void Isis::Nearest::operator() | ( | Isis::Buffer & | out | ) | const |
Operator () overload.
Near Operator () overload, parameter for StartProcessInPlace refer ProcessByLine, ProcessByBrick.
out | - output buffer |
References Isis::Buffer::Line().
|
inherited |
Parameters to input image sub area.
Parameters to input image sub area to be reduced.
startSample | - input image start sample |
endSample | - input image end sample |
startLine | - input image start line |
endLine | - input image end line |
|
inherited |
Create label for the reduced output image.
Update the Mapping, Instrument, and AlphaCube groups in the output cube label.
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::SubArea::SetSubArea(), Isis::toString(), and Isis::SubArea::UpdateLabel().
|
protectedinherited |
Input portal.
|
mutableprotectedinherited |
Line index.
|
protectedinherited |
Line scale.
|
protectedinherited |
Sample scale.
|
mutableprotectedinherited |
Band Index.
|
protectedinherited |
Input end line.
|
protectedinherited |
Input end sample.
|
protectedinherited |
Input Bands.
|
protectedinherited |
Input Lines.
|
protectedinherited |
Input Samples.
|
protectedinherited |
Input image.
|
protectedinherited |
Output Lines.
|
protectedinherited |
Output Samples.
|
protectedinherited |
Input start line.
|
protectedinherited |
Input start sample.