Isis Developer Reference
AutoRegFactory.h
Go to the documentation of this file.
1#ifndef AutoRegFactory_h
2#define AutoRegFactory_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10
11namespace Isis {
12 class Pvl;
13 class AutoReg;
14
52 public:
53 static AutoReg *Create(Pvl &pvl);
54
55 private:
60 AutoRegFactory() {};
61
63 ~AutoRegFactory() {};
64 };
65};
66
67#endif
This class is used to create AutoReg objects.
Definition AutoRegFactory.h:51
static AutoReg * Create(Pvl &pvl)
Create an AutoReg object using a PVL specification.
Definition AutoRegFactory.cpp:45
Auto Registration class.
Definition AutoReg.h:167
Container for cube-like labels.
Definition Pvl.h:119
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16