8#include "AutoRegFactory.h"
11#include "IException.h"
48 QString algorithm = algo[
"Name"];
54 p.read(
"AutoReg.plugin");
57 p.read(
"$ISISROOT/lib/AutoReg.plugin");
62 plugin = (
AutoReg * ( *)(
Pvl & pvl)) p.GetPlugin(algorithm);
63 return (*plugin)(pvl);
static AutoReg * Create(Pvl &pvl)
Create an AutoReg object using a PVL specification.
File name manipulation and expansion.
bool fileExists() const
Returns true if the file exists; false otherwise.
Loads plugins from a shared library.
Contains multiple PvlContainers.
Container for cube-like labels.
@ Traverse
Search child objects.
This is free and unencumbered software released into the public domain.