Isis 3 Programmer Reference
AutoRegFactory.h
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:
61
64 };
65};
66
67#endif
This class is used to create AutoReg objects.
static AutoReg * Create(Pvl &pvl)
Create an AutoReg object using a PVL specification.
AutoRegFactory()
Constructor (its private so you can't use it).
~AutoRegFactory()
Destroys the AutoRegFactory.
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