Isis 3 Programmer Reference
NaifDskApi.h File Reference
#include <QDebug>
#include <SpiceUsr.h>
#include <SpiceZfc.h>
#include <tnt/tnt_array1d.h>
#include <tnt/tnt_array1d_utils.h>
#include <tnt/tnt_array2d.h>
#include <tnt/tnt_array2d_utils.h>

Go to the source code of this file.

Namespaces

 Isis
 Namespace for ISIS/Bullet specific routines.
 

Typedefs

typedef TNT::Array1D< SpiceDouble > Isis::NaifVector
 Namespace to contain type definitions of NAIF DSK fundamentals. More...
 
typedef TNT::Array1D< SpiceDouble > Isis::NaifVertex
 1-D Buffer[3] More...
 
typedef TNT::Array2D< SpiceDouble > Isis::NaifTriangle
 3-D triangle[3][3] More...
 

Functions

bool Isis::validate (const NaifVertex &v)
 Verifies that the given NaifVector or NaifVertex is 3 dimensional. More...
 
bool Isis::validate (const NaifTriangle &t)
 Verifies that the given NaifTriangle is 3 x 3. More...
 
QDebug Isis::operator<< (QDebug dbg, const TNT::Array1D< SpiceDouble > &tntArray)
 Enables any TNT array of SpiceDoubles to be passed into qDebug() directly. More...
 
QDebug Isis::operator<< (QDebug dbg, const TNT::Array2D< SpiceDouble > &tntMatrix)
 Enables any 2 dimensional TNT array of SpiceDoubles to be passed into qDebug() directly. More...
 
QString Isis::toString (const TNT::Array1D< SpiceDouble > &naifArray, int precision)
 Formats any TNT array of SpiceDoubles as a string with given precision. More...
 

Detailed Description

Revision
1.3
Date
2008/05/09 18:49:25

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