USGS

Isis 3.0 Developer's Reference (API)

Home

Strategy.h File Reference

Revision
6513
Date
2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016)
Id
Strategy.h 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET
More...

#include <QList>
#include <QPair>
#include <QScopedPointer>
#include <QSharedPointer>
#include <QString>
#include "Resource.h"
#include "PvlObject.h"

Go to the source code of this file.

Classes

class  Isis::Strategy
 Strategy - Supports algorithm development. More...

Namespaces

namespace  Isis
 

Unless noted otherwise, the portions of Isis written by the USGS are public domain.


Typedefs

typedef QSharedPointer< Strategy > Isis::SharedStrategy
 Definition for a SharedStrategy, a shared pointer to a Strategy.
typedef QList< SharedStrategy > Isis::StrategyList
 Definition for a StrategyList, a list of SharedStrategy types.

Functions

 Q_DECLARE_METATYPE (Isis::SharedStrategy)

Detailed Description

Revision
6513
Date
2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016)
Id
Strategy.h 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET

Unless noted otherwise, the portions of Isis written by the USGS are public domain. See individual third-party library and package descriptions for intellectual property information, user agreements, and related information.

Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the USGS as to the accuracy and functioning of such software and related material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see the Privacy & Disclaimers page on the Isis website, http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on http://www.usgs.gov/privacy.html.


Function Documentation

Q_DECLARE_METATYPE ( Isis::SharedStrategy   )