Isis 3 Programmer Reference
LimitPolygonSeeder.cpp File Reference
#include <string>
#include <vector>
#include <cmath>
#include <iomanip>
#include <geos/util/TopologyException.h>
#include "IException.h"
#include "LimitPolygonSeeder.h"
#include "PolygonTools.h"
#include "Pvl.h"
#include "PvlGroup.h"

Go to the source code of this file.

Namespaces

 Isis
 Namespace for ISIS/Bullet specific routines.
 

Functions

Isis::PolygonSeederLimitPolygonSeederPlugin (Isis::Pvl &pvl)
 Create a LimitPolygonSeeder object. More...
 

Detailed Description

Revision
1.11
Date
2010/05/05 21:24:30

Unless noted otherwise, the portions of Isis written by the USGS are public domain. See individual third-party library and package descriptions for intellectual property information, user agreements, and related information.

Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the USGS as to the accuracy and functioning of such software and related material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see the Privacy & Disclaimers page on the Isis website, http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on http://www.usgs.gov/privacy.html.

Definition in file LimitPolygonSeeder.cpp.

Function Documentation

◆ LimitPolygonSeederPlugin()

Isis::PolygonSeeder* LimitPolygonSeederPlugin ( Isis::Pvl pvl)

Create a LimitPolygonSeeder object.

Used to create a LimitPolygonSeeder object from a PolygonSeeder plugin PVL file.

Parameters
pvlThe Pvl object that describes how the new object should be initialized.
Returns
A pointer to the new object

Definition at line 246 of file LimitPolygonSeeder.cpp.