USGS

Isis 3.0 Application Source Code Reference

Home

Stereo Class Reference

Provide stereo information/data for a point or relationship. More...

#include <Stereo.h>

List of all members.

Public Member Functions

 Stereo ()
 Construct a Stereo object.
virtual ~Stereo ()
 Destructor for Stereo.

Static Public Member Functions

static bool Elevation (Camera &cam1, Camera &cam2, double &radius, double &latitude, double &longitude, double &sepang, double &error)
static void Spherical (const double latitude, const double longitude, const double radius, double &x, double &y, double &z)
static void Rectangular (const double x, const double y, const double z, double &latitude, double &longitude, double &radius)

Detailed Description

Provide stereo information/data for a point or relationship.

Author:
2009-09-11 Kris Becker

Definition at line 38 of file Stereo.h.


Constructor & Destructor Documentation

Stereo (  )  [inline]

Construct a Stereo object.

Definition at line 44 of file Stereo.h.

virtual ~Stereo (  )  [inline, virtual]

Destructor for Stereo.

Definition at line 47 of file Stereo.h.


Member Function Documentation

bool Elevation ( Camera &  cam1,
Camera &  cam2,
double &  radius,
double &  latitude,
double &  longitude,
double &  sepang,
double &  error 
) [static]

Definition at line 42 of file Stereo.cpp.

void Spherical ( const double  latitude,
const double  longitude,
const double  radius,
double &  x,
double &  y,
double &  z 
) [static]

Definition at line 145 of file Stereo.cpp.

void Rectangular ( const double  x,
const double  y,
const double  z,
double &  latitude,
double &  longitude,
double &  radius 
) [static]

Definition at line 156 of file Stereo.cpp.


The documentation for this class was generated from the following files: