File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
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 
68  public:
69  static AutoReg *Create(Pvl &pvl);
70 
71  private:
77 
80  };
81 };
82 
83 #endif
This class is used to create AutoReg objects.
~AutoRegFactory()
Destroys the AutoRegFactory.
AutoRegFactory()
Constructor (its private so you can't use it).
Container for cube-like labels.
Definition: Pvl.h:135
Auto Registration class.
Definition: AutoReg.h:183
static AutoReg * Create(Pvl &pvl)
Create an AutoReg object using a PVL specification.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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: 07/12/2023 23:15:07