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);
File name manipulation and expansion.
bool fileExists() const
Returns true if the file exists; false otherwise.
Loads plugins from a shared library.
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...
static PolygonSeeder * Create(Pvl &pvl)
Create a PolygonSeeder object using a PVL specification.
This class is used as the base class for all PolygonSeeder objects.
Contains multiple PvlContainers.
Container for cube-like labels.
void read(const QString &file)
Loads PVL information from a stream.
@ Traverse
Search child objects.
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
This is free and unencumbered software released into the public domain.