File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef LimitPolygonSeeder_h
2 #define LimitPolygonSeeder_h
10 #include <geos/geom/Point.h>
11 #include <geos/geom/MultiPolygon.h>
12 #include <geos/geom/CoordinateArraySequence.h>
13 #include <geos/geom/Polygon.h>
15 #include "PolygonSeeder.h"
54 std::vector<geos::geom::Point *>
Seed(
const geos::geom::MultiPolygon *mp);
63 double dMaxX,
double dMaxY,
64 const geos::geom::MultiPolygon &orig);
Seed points using a grid.
virtual void Parse(Pvl &pvl)
Parse the LimitPolygonSeeder spicific parameters from the PVL.
Container for cube-like labels.
virtual ~LimitPolygonSeeder()
Destructor.
int p_minorAxisPts
Number of points to place on minor axis.
virtual PvlGroup PluginParameters(QString grpName)
Plugin parameters.
Contains multiple PvlContainers.
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.
std::vector< geos::geom::Point * > Seed(const geos::geom::MultiPolygon *mp)
Seed a polygon with points.
int p_majorAxisPts
Number of points to place on major axis.
LimitPolygonSeeder(Pvl &pvl)
Construct a LimitPolygonSeeder algorithm.
This class is used as the base class for all PolygonSeeder objects.
This is free and unencumbered software released into the public domain.