|
Isis 3 Programmer Reference
|
1 #ifndef StripPolygonSeeder_h
2 #define StripPolygonSeeder_h
10 #include "geos/geom/Point.h"
11 #include "geos/geom/MultiPolygon.h"
12 #include "PolygonSeeder.h"
58 std::vector<geos::geom::Point *>
Seed(
const geos::geom::MultiPolygon *mp);
virtual ~StripPolygonSeeder()
Destructor.
double p_Yspacing
The spacing in the y direction between points.
virtual void Parse(Pvl &pvl)
Parse the StripSeeder spicific parameters from the PVL.
Container for cube-like labels.
virtual PvlGroup PluginParameters(QString grpName)
Plugin parameters.
Seed points using a grid with a staggered pattern.
Contains multiple PvlContainers.
StripPolygonSeeder(Pvl &pvl)
Construct a StripPolygonSeeder algorithm.
std::vector< geos::geom::Point * > Seed(const geos::geom::MultiPolygon *mp)
Seed a polygon with points.
double p_Xspacing
The spacing in the x direction between points.
This class is used as the base class for all PolygonSeeder objects.
This is free and unencumbered software released into the public domain.