Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
64
class
PolygonSeederFactory
{
65
public
:
66
static
PolygonSeeder
*
Create
(
Pvl
&pvl);
67
68
private
:
73
PolygonSeederFactory
() {};
74
76
~PolygonSeederFactory
() {};
77
};
78
};
79
80
#endif
Isis::PolygonSeeder
This class is used as the base class for all PolygonSeeder objects.
Definition:
PolygonSeeder.h:62
Isis::PolygonSeederFactory::~PolygonSeederFactory
~PolygonSeederFactory()
Destroys the PolygonSeederFactory.
Definition:
PolygonSeederFactory.h:76
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::PolygonSeederFactory
This class is used to create PolygonSeeder objects.
Definition:
PolygonSeederFactory.h:64
Isis::PolygonSeederFactory::PolygonSeederFactory
PolygonSeederFactory()
Constructor (its private so you can't use it).
Definition:
PolygonSeederFactory.h:73
Isis::PolygonSeederFactory::Create
static PolygonSeeder * Create(Pvl &pvl)
Create a PolygonSeeder object using a PVL specification.
Definition:
PolygonSeederFactory.cpp:52
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