Isis 3 Programmer Reference
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:63
~PolygonSeederFactory()
Destroys the PolygonSeederFactory.
Container for cube-like labels.
Definition: Pvl.h:135
This class is used to create PolygonSeeder objects.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
PolygonSeederFactory()
Constructor (its private so you can't use it).
static PolygonSeeder * Create(Pvl &pvl)
Create a PolygonSeeder object using a PVL specification.