File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
AutoRegFactory.h
Go to the documentation of this file.
1#ifndef AutoRegFactory_h
2#define AutoRegFactory_h
7
8/* SPDX-License-Identifier: CC0-1.0 */
9
10
11namespace Isis {
12 class Pvl;
13 class AutoReg;
14
51 class AutoRegFactory {
52 public:
53 static AutoReg *Create(Pvl &pvl);
54
55 private:
60 AutoRegFactory() {};
61
63 ~AutoRegFactory() {};
64 };
65};
66
67#endif
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:122
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16