Isis 3.0 Programmer Reference
Home
BundleResults.h File Reference
#include <QList>
#include <QObject>
#include <QPair>
#include <QString>
#include <QVector>
#include <H5Cpp.h>
#include <hdf5_hl.h>
#include <hdf5.h>
#include "BundleControlPoint.h"
#include "BundleObservationVector.h"
#include "BundleSettings.h"
#include "ControlNet.h"
#include "Distance.h"
#include "MaximumLikelihoodWFunctions.h"
#include "PvlObject.h"
#include "Statistics.h"
#include "XmlStackedHandler.h"

Go to the source code of this file.

Classes

class  Isis::BundleResults
 A container class for statistical results from a BundleAdjust solution. More...
 
class  Isis::BundleResults::XmlHandler
 This class is an XmlHandler used to read and write BundleResults objects from and to XML files. More...
 

Namespaces

 Isis
 Namespace for all Isis base objects.
 

Functions

QDataStream & Isis::operator<< (QDataStream &stream, const BundleResults &bundleResults)
 Insertion operator to save the BundleResults object to a QDataStream. More...
 
QDataStream & Isis::operator>> (QDataStream &stream, BundleResults &bundleResults)
 Extraction operator to read the BundleResults object from a QDataStream. More...
 
 Q_DECLARE_METATYPE (Isis::BundleResults)
 

Detailed Description

Revision:
1.20
Date:
2009/10/15 01:35:17

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.

Definition in file BundleResults.h.