Loads plugins from a shared library.
Definition: Plugin.h:71
virtual ~Plugin()
Destroys the Plugin object.
Definition: Plugin.h:76
Container for cube-like labels.
Definition: Pvl.h:135
PvlGroup & group(const int index)
Return the group at the specified index.
Definition: PvlObject.cpp:423
Plugin()
Constructs a Plugin object.
Definition: Plugin.cpp:38
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:55