File failed to load: https://isis.astrogeology.usgs.gov/8.1.0/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
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

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 22:05:53