File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
PolygonSeederFactory.h
Go to the documentation of this file.
1#ifndef PolygonSeederFactory_h
2#define PolygonSeederFactory_h
7
8/* SPDX-License-Identifier: CC0-1.0 */
9
10namespace Isis {
11 class Pvl;
12 class PolygonSeeder;
13
48 class PolygonSeederFactory {
49 public:
50 static PolygonSeeder *Create(Pvl &pvl);
51
52 private:
57 PolygonSeederFactory() {};
58
60 ~PolygonSeederFactory() {};
61 };
62};
63
64#endif
static PolygonSeeder * Create(Pvl &pvl)
Create a PolygonSeeder object using a PVL specification.
Definition PolygonSeederFactory.cpp:36
This class is used as the base class for all PolygonSeeder objects.
Definition PolygonSeeder.h:47
Container for cube-like labels.
Definition Pvl.h:122
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16