1 #ifndef ProcessGroundPolygons_h 2 #define ProcessGroundPolygons_h 8 #include "ProcessPolygons.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;
void SetStatCubes(const QString ¶meter, QString &cube)
This is a method that is called directly from the application.
void Convert(std::vector< double > &lat, std::vector< double > &lon)
Converts lat/long to line/sample using the universal ground map object.
void Finalize()
This method cleans up any open outputcube files and deletes the pointer to the universal ground map i...
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...
void EndProcess()
This method cleans up any open outputcube files and deletes the pointer to the universal ground map i...
Manipulate and parse attributes of output cube filenames.
Process cube polygons to map or camera projections.
Container for cube-like labels.
void AppendOutputCube(QString &cube, const QString &avgFileName, const QString &countFileName="")
This gives the option to append to the cube.
Namespace for ISIS/Bullet specific routines.