|
Isis 3 Programmer Reference
|
19 #include <tnt/tnt_array1d.h>
20 #include <tnt/tnt_array1d_utils.h>
21 #include <tnt/tnt_array2d.h>
22 #include <tnt/tnt_array2d_utils.h>
54 QDebug
operator<<(QDebug dbg,
const TNT::Array1D<SpiceDouble> &tntArray);
55 QDebug
operator<<(QDebug dbg,
const TNT::Array2D<SpiceDouble> &tntMatrix);
57 QString
toString(
const TNT::Array1D<SpiceDouble> &tntArray,
int precision=15);
QDebug operator<<(QDebug debug, const Hillshade &hillshade)
Print this class out to a QDebug object.
TNT::Array1D< SpiceDouble > NaifVertex
1-D Buffer[3]
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
TNT::Array2D< SpiceDouble > NaifTriangle
3-D triangle[3][3]
TNT::Array1D< SpiceDouble > NaifVector
Namespace to contain type definitions of NAIF DSK fundamentals.
bool validate(const NaifVertex &v)
Verifies that the given NaifVector or NaifVertex is 3 dimensional.
This is free and unencumbered software released into the public domain.