Isis Developer Reference
Angle.cpp File Reference
#include "Angle.h"
#include <cmath>
#include <QDebug>
#include "Constants.h"
#include "IString.h"
#include "IException.h"
#include "SpecialPixel.h"

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Functions

Angle Isis::operator* (double mult, Angle angle)
 Multiply this angle by a double and return the resulting angle.
 
QDebug operator<< (QDebug dbg, const Isis::Angle &angleToPrint)
 Display an Angle for a debugging statement.
 

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const Isis::Angle & angleToPrint )

Display an Angle for a debugging statement.

Example:

qDebug() << Angle(90, Angle::Degrees);
Parameters
dbgThe QDebug we're printing into
angleToPrintThe Angle to display
Returns
QDebug