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.
Definition: StripPolygonSeeder.cpp:43
virtual void Parse(Pvl &pvl)
Parse the StripSeeder spicific parameters from the PVL.
Definition: StripPolygonSeeder.cpp:124
This class is used as the base class for all PolygonSeeder objects.
Definition: PolygonSeeder.h:63
virtual ~StripPolygonSeeder()
Destructor.
Definition: StripPolygonSeeder.h:72
Contains multiple PvlContainers.
Definition: PvlGroup.h:57
Seed points using a grid with a staggered pattern.
Definition: StripPolygonSeeder.h:67
std::vector< geos::geom::Point * > Seed(const geos::geom::MultiPolygon *mp)
Seed a polygon with points.
Definition: StripPolygonSeeder.cpp:67
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual PvlGroup PluginParameters(QString grpName)
Plugin parameters.
Definition: StripPolygonSeeder.cpp:177