Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
AutoRegFactory.h
Go to the documentation of this file.
1
#ifndef AutoRegFactory_h
2
#define AutoRegFactory_h
3
27
namespace
Isis {
28
class
Pvl;
29
class
AutoReg;
30
67
class
AutoRegFactory
{
68
public
:
69
static
AutoReg
*
Create
(
Pvl
&pvl);
70
71
private
:
76
AutoRegFactory
() {};
77
79
~AutoRegFactory
() {};
80
};
81
};
82
83
#endif
Isis::AutoRegFactory
This class is used to create AutoReg objects.
Definition:
AutoRegFactory.h:67
Isis::AutoRegFactory::~AutoRegFactory
~AutoRegFactory()
Destroys the AutoRegFactory.
Definition:
AutoRegFactory.h:79
Isis::AutoRegFactory::AutoRegFactory
AutoRegFactory()
Constructor (its private so you can't use it).
Definition:
AutoRegFactory.h:76
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::AutoReg
Auto Registration class.
Definition:
AutoReg.h:177
Isis::AutoRegFactory::Create
static AutoReg * Create(Pvl &pvl)
Create an AutoReg object using a PVL specification.
Definition:
AutoRegFactory.cpp:61
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:14:35