File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
Plugin.h
1#ifndef Plugin_h
2#define Plugin_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "Pvl.h"
11
12namespace Isis {
55 class Plugin : public Isis::Pvl {
56 public:
57 Plugin();
58
60 virtual ~Plugin() {};
61
62 QFunctionPointer GetPlugin(const QString &group);
63 };
64};
65
66#endif
Loads plugins from a shared library.
Definition Plugin.h:55
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
virtual ~Plugin()
Destroys the Plugin object.
Definition Plugin.h:60
Plugin()
Constructs a Plugin object.
Definition Plugin.cpp:22
Container for cube-like labels.
Definition Pvl.h:119
PvlGroup & group(const int index)
Return the group at the specified index.
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/24/2025 16:15:09