1 #ifndef LimitPolygonSeeder_h     2 #define LimitPolygonSeeder_h    26 #include <geos/geom/Point.h>    27 #include <geos/geom/MultiPolygon.h>    28 #include <geos/geom/CoordinateArraySequence.h>    29 #include <geos/geom/Polygon.h>    70       std::vector<geos::geom::Point *> 
Seed(
const geos::geom::MultiPolygon *mp);
    79                                             double dMaxX, 
double dMaxY,
    80                                             const geos::geom::MultiPolygon &orig);
 Seed points using a grid. 
 
This class is used as the base class for all PolygonSeeder objects. 
 
virtual PvlGroup PluginParameters(QString grpName)
Plugin parameters. 
 
Contains multiple PvlContainers. 
 
LimitPolygonSeeder(Pvl &pvl)
Construct a LimitPolygonSeeder algorithm. 
 
virtual void Parse(Pvl &pvl)
Parse the LimitPolygonSeeder spicific parameters from the PVL. 
 
Container for cube-like labels. 
 
std::vector< geos::geom::Point * > Seed(const geos::geom::MultiPolygon *mp)
Seed a polygon with points. 
 
virtual ~LimitPolygonSeeder()
Destructor. 
 
int p_minorAxisPts
Number of points to place on minor axis. 
 
int p_majorAxisPts
Number of points to place on major axis. 
 
Namespace for ISIS/Bullet specific routines. 
 
geos::geom::Geometry * GetMultiPolygon(double dMinX, double dMinY, double dMaxX, double dMaxY, const geos::geom::MultiPolygon &orig)
This method returns the overlap between the x/y range specified and the "orig" polygon.