USGS

Isis 3.0 Application Source Code Reference

Home

CamTools.h File Reference


Detailed Description

Revision
1.10
Date
2009/08/25 01:37:55

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 CamTools.h.

Go to the source code of this file.

Namespaces

namespace  Isis

Classes

struct  DeleteObject
 A very useful, typesafe way to delete pointers in STL container Courtesy Scott Meyers, "Effective STL", Item 7, pg 37-40. More...
class  BandGeometry
 Collect Band geometry. More...
struct  BandGeometry::GProperties

Defines

#define CamTools_h

Functions

PvlKeyword Isis::ValidateKey (const std::string keyname, const double &value, const std::string &unit="")
 Checks value of key, produces appropriate value.
PvlKeyword Isis::ValidateKey (const std::string keyname, PvlKeyword &key, const std::string &unit="")
 Checks proper value of a NULLed keyword.
double Isis::DegToRad (const double ang)
 Returns degree to radian conversion factor.
double Isis::RadToDeg (const double ang)
 Returns radians to degrees conversion factor.


Define Documentation

#define CamTools_h

Definition at line 2 of file CamTools.h.