Isis 3.0 Programmer Reference
Back | Home
PolygonSeederFactory.h
Go to the documentation of this file.
1 #ifndef PolygonSeederFactory_h
2 #define PolygonSeederFactory_h
3 
26 namespace Isis {
27  class Pvl;
28  class PolygonSeeder;
29 
65  public:
66  static PolygonSeeder *Create(Pvl &pvl);
67 
68  private:
74 
77  };
78 };
79 
80 #endif
This class is used as the base class for all PolygonSeeder objects.
Definition: PolygonSeeder.h:62
~PolygonSeederFactory()
Destroys the PolygonSeederFactory.
Container for cube-like labels.
Definition: Pvl.h:135
This class is used to create PolygonSeeder objects.
PolygonSeederFactory()
Constructor (its private so you can't use it).
static PolygonSeeder * Create(Pvl &pvl)
Create a PolygonSeeder object using a PVL specification.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:25:55