File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
8 #include "PolygonSeederFactory.h"
10 #include "IException.h"
39 QString algorithm = algo[
"Name"];
45 p.
read(
"PolygonSeeder.plugin");
48 p.
read(
"$ISISROOT/lib/PolygonSeeder.plugin");
54 return (*plugin)(pvl);
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
static PolygonSeeder * Create(Pvl &pvl)
Create a PolygonSeeder object using a PVL specification.
File name manipulation and expansion.
bool fileExists() const
Returns true if the file exists; false otherwise.
Container for cube-like labels.
@ Traverse
Search child objects.
Contains multiple PvlContainers.
void read(const QString &file)
Loads PVL information from a stream.
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...
This class is used as the base class for all PolygonSeeder objects.
This is free and unencumbered software released into the public domain.
Loads plugins from a shared library.