1 #ifndef ProcessGroundPolygons_h     2 #define ProcessGroundPolygons_h    47       void SetStatCubes(
const QString ¶meter, QString &cube);
    52       void SetStatCubes(
const QString &avgFileName, 
const QString
    56       void SetStatCubes(
const QString &avgFileName, 
const QString
    61                             const QString &countFileName = 
"");
    64                      std::vector<double> &lon,
    65                      std::vector<double> &values);
    68                      std::vector<double> &lon,
    69                      int &band, 
double &value);
    78       void Convert(std::vector<double> &lat, std::vector<double> &lon);
    80       std::vector<double> p_samples, p_lines;
 ProcessGroundPolygons()
Definition: ProcessGroundPolygons.cpp:19
 
Universal Ground Map. 
Definition: UniversalGroundMap.h:85
 
void SetStatCubes(const QString ¶meter, QString &cube)
This is a method that is called directly from the application. 
Definition: ProcessGroundPolygons.cpp:238
 
void Finalize()
This method cleans up any open outputcube files and deletes the pointer to the universal ground map i...
Definition: ProcessGroundPolygons.cpp:166
 
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:34
 
void EndProcess()
This method cleans up any open outputcube files and deletes the pointer to the universal ground map i...
Definition: ProcessGroundPolygons.cpp:150
 
Manipulate and parse attributes of output cube filenames. 
Definition: CubeAttribute.h:489
 
Process cube polygons to map or camera projections. 
Definition: ProcessGroundPolygons.h:37
 
Container for cube-like labels. 
Definition: Pvl.h:135
 
Definition: ProcessPolygons.h:42
 
void AppendOutputCube(QString &cube, const QString &avgFileName, const QString &countFileName="")
This gives the option to append to the cube. 
Definition: ProcessGroundPolygons.cpp:183
 
UniversalGroundMap * GetUniversalGroundMap()
Definition: ProcessGroundPolygons.h:73
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31