7#ifndef ProcessGroundPolygons_h 
    8#define ProcessGroundPolygons_h 
   53      void SetStatCubes(
const QString ¶meter, QString &cube);
 
   58      void SetStatCubes(
const QString &avgFileName, 
const QString
 
   62      void SetStatCubes(
const QString &avgFileName, 
const QString
 
   67                            const QString &countFileName = 
"");
 
   70                     std::vector<double> &lon,
 
   71                     std::vector<double> &values);
 
   74                     std::vector<double> &lon,
 
   75                     int &band, 
double &value);
 
   84      void Convert(std::vector<double> &lat, std::vector<double> &lon);
 
   86      std::vector<double> p_samples, p_lines;
 
 
Manipulate and parse attributes of output cube filenames.
Definition CubeAttribute.h:473
 
Process cube polygons to map or camera projections.
Definition ProcessGroundPolygons.h:43
 
UniversalGroundMap * GetUniversalGroundMap()
Definition ProcessGroundPolygons.h:79
 
void AppendOutputCube(QString &cube, const QString &avgFileName, const QString &countFileName="")
This gives the option to append to the cube.
Definition ProcessGroundPolygons.cpp:188
 
void Finalize()
This method cleans up any open outputcube files and deletes the pointer to the universal ground map i...
Definition ProcessGroundPolygons.cpp:171
 
ProcessGroundPolygons()
Definition ProcessGroundPolygons.cpp:23
 
void EndProcess()
This method cleans up any open outputcube files and deletes the pointer to the universal ground map i...
Definition ProcessGroundPolygons.cpp:155
 
void SetStatCubes(const QString ¶meter, QString &cube)
This is a method that is called directly from the application.
Definition ProcessGroundPolygons.cpp:243
 
void Rasterize(std::vector< double > &lat, std::vector< double > &lon, std::vector< double > &values)
This method gets called from the application with the lat/lon vertices of a polygon along with a vect...
Definition ProcessGroundPolygons.cpp:38
 
Definition ProcessPolygons.h:47
 
Container for cube-like labels.
Definition Pvl.h:119
 
Universal Ground Map.
Definition UniversalGroundMap.h:69
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16