|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef AutoRegFactory_h
2 #define AutoRegFactory_h
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
File name manipulation and expansion.
Definition: FileName.h:100
bool fileExists() const
Returns true if the file exists; false otherwise.
Definition: FileName.cpp:449
Container for cube-like labels.
Definition: Pvl.h:119
This class is used to create AutoReg objects.
Definition: AutoRegFactory.h:51
Auto Registration class.
Definition: AutoReg.h:167
@ Traverse
Search child objects.
Definition: PvlObject.h:158
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
void read(const QString &file)
Loads PVL information from a stream.
Definition: Pvl.cpp:90
QFunctionPointer GetPlugin(const QString &group)
This method returns a void pointer to a C function (i.e., the plugin) It does this by looking in itse...
Definition: Plugin.cpp:39
static AutoReg * Create(Pvl &pvl)
Create an AutoReg object using a PVL specification.
Definition: AutoRegFactory.cpp:45
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Loads plugins from a shared library.
Definition: Plugin.h:55