USGS

Isis 3.0 Object Programmers' Reference

Home

GridPolygonSeeder.cpp File Reference
#include <string>
#include <vector>
#include <cmath>
#include "Pvl.h"
#include "PvlGroup.h"
#include "IException.h"
#include "PolygonTools.h"
#include "IString.h"
#include "GridPolygonSeeder.h"

Go to the source code of this file.

Namespaces

namespace  Isis
 Namespace for all Isis base objects.

Functions

Isis::PolygonSeederGridPolygonSeederPlugin (Isis::Pvl &pvl)
 Create a GridPolygonSeeder object.

Detailed Description

Revision:
1.15
Date:
2010/05/05 21:24:01

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 GridPolygonSeeder.cpp.

Function Documentation

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

Create a GridPolygonSeeder object.

Used to create a GridPolygonSeeder 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 492 of file GridPolygonSeeder.cpp.