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