1 #ifndef StripPolygonSeeder_h     2 #define StripPolygonSeeder_h    26 #include "geos/geom/Point.h"    27 #include "geos/geom/MultiPolygon.h"    74       std::vector<geos::geom::Point *> 
Seed(
const geos::geom::MultiPolygon *mp);
 StripPolygonSeeder(Pvl &pvl)
Construct a StripPolygonSeeder algorithm. 
 
virtual void Parse(Pvl &pvl)
Parse the StripSeeder spicific parameters from the PVL. 
 
This class is used as the base class for all PolygonSeeder objects. 
 
virtual ~StripPolygonSeeder()
Destructor. 
 
Contains multiple PvlContainers. 
 
double p_Xspacing
The spacing in the x direction between points. 
 
Seed points using a grid with a staggered pattern. 
 
std::vector< geos::geom::Point * > Seed(const geos::geom::MultiPolygon *mp)
Seed a polygon with points. 
 
Container for cube-like labels. 
 
double p_Yspacing
The spacing in the y direction between points. 
 
Namespace for ISIS/Bullet specific routines. 
 
virtual PvlGroup PluginParameters(QString grpName)
Plugin parameters.