1#ifndef ProcessMapMosaic_h
2#define ProcessMapMosaic_h
9#include "ProcessMosaic.h"
110 const QString &mosaicFile);
113 const QString &mosaicFile);
116 double slat,
double elat,
double slon,
double elon,
120 double srad,
double erad,
double saz,
double eaz,
124 double xmin,
double xmax,
double ymin,
double ymax,
125 double slat,
double elat,
double slon,
double elon,
int nbands,
127 bool latlonflag=
true);
130 double xmin,
double xmax,
double ymin,
double ymax,
131 double srad,
double erad,
double saz,
double eaz,
int nbands,
Buffer for reading and writing cube data.
Manipulate and parse attributes of output cube filenames.
IO Handler for Isis Cubes.
Internalizes a list of files.
Mosaic two cubs together.
virtual Isis::Cube * SetOutputCube(FileList &propagationCubes, CubeAttributeOutput &oAtt, const QString &mosaicFile)
Set the output cube to specified file name and specified input images and output attributes.
Isis::Cube * RingsSetOutputCube(FileList &propagationCubes, CubeAttributeOutput &oAtt, const QString &mosaicFile)
Set the output cube to specified file name and specified input images and output attributes.
virtual Isis::Cube * SetInputCube()
Input cube cannot be set here.
virtual bool StartProcess(QString inputFile)
Mosaic Processing method, returns false if the cube is not inside the mosaic.
static void FillNull(Buffer &data)
Reset the buffer with NULL pixels.
ProcessMapMosaic()
Constructs a Mosaic object.
bool p_createMosaic
Internal use; SetOutputMosaic (const QString &) sets to false to not attempt creation when using SetO...
virtual ~ProcessMapMosaic()
Destructor.
Mosaic two cubes together.
virtual void StartProcess(const int &piOutSample, const int &piOutLine, const int &piOutBand)
This method invokes the process by mosaic operation over a single input cube and single output cube.
virtual Isis::Cube * SetInputCube(const QString ¶meter, const int ss, const int sl, const int sb, const int ns, const int nl, const int nb)
Opens an input cube specified by the user.
Contains multiple PvlContainers.
This is free and unencumbered software released into the public domain.