USGS

Isis 3.0 Object Programmers' Reference

Home

NaifDskApi.cpp File Reference

$Revision$ $Date$ $Id$ More...

#include "NaifDskApi.h"
#include <SpiceUsr.h>
#include <SpiceZfc.h>
#include <SpiceDLA.h>
#include <SpiceDSK.h>
#include <pl02.h>
#include <tnt/tnt_array1d.h>
#include <tnt/tnt_array1d_utils.h>
#include <tnt/tnt_array2d.h>
#include <tnt/tnt_array2d_utils.h>
#include "IString.h"

Go to the source code of this file.

Namespaces

namespace  Isis
 Namespace for all Isis base objects.

Functions

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

Detailed Description

$Revision$ $Date$ $Id$

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.cpp.