Isis 3 Developer 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
Container for cube-like labels.
Definition: Pvl.h:135
This class is used to create PolygonSeeder objects.
Definition: PolygonSeederFactory.h:64
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
static PolygonSeeder * Create(Pvl &pvl)
Create a PolygonSeeder object using a PVL specification.
Definition: PolygonSeederFactory.cpp:52