Isis 3 Programmer Reference
|
#include <cmath>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <tnt/tnt_array1d.h>
#include <tnt/tnt_array2d.h>
#include <tnt/tnt_array2d_utils.h>
#include "Affine.h"
#include "Chip.h"
#include "Constants.h"
#include "IException.h"
#include "PvlKeyword.h"
#include "SpecialPixel.h"
Go to the source code of this file.
Classes | |
class | Isis::Coordinate |
Define a generic Y/X container. More... | |
class | Isis::PointPair |
Define a point set of left, right and geometry at that location. More... | |
class | Isis::Radiometric |
Store for radiometric gain and shift parameters. More... | |
class | Isis::AffineRadio |
Container for affine and radiometric parameters. More... | |
struct | Isis::AffineTolerance |
Container for Affine limits parameters. More... | |
class | Isis::Threshold |
Compute/test the Affine convergence from given parameters/chip. More... | |
struct | Isis::Analysis |
Error analysis of Gruen match point solution. More... | |
class | Isis::MatchPoint |
Structure containing comprehensive registration info/results. More... | |
Namespaces | |
Isis | |
Namespace for ISIS/Bullet specific routines. | |
Typedefs | |
typedef Affine::AMatrix | Isis::GMatrix |
typedef TNT::Array1D< double > | Isis::GVector |
Enumerations | |
enum | { NCONSTR = 8 } |
Functions | |
Coordinate | Isis::operator+ (const Coordinate &A, const Coordinate &B) |
Summation operator for Coordinate. More... | |
Coordinate | Isis::operator- (const Coordinate &A, const Coordinate &B) |
Subtraction operator for Coordinate. More... | |
Radiometric | Isis::operator+ (const Radiometric &A, const Radiometric &B) |
Operator to sum two radiometric parameters. More... | |
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 GruenTypes.h.