Isis Developer Reference
TargetBody.h File Reference
#include <vector>
#include <QList>
#include <QObject>
#include <QSharedPointer>
#include <QString>
#include <SpiceUsr.h>
#include <SpiceZfc.h>
#include <SpiceZmc.h>
#include "Angle.h"
#include "Distance.h"
#include "Target.h"
#include "XmlStackedHandler.h"

Go to the source code of this file.

Classes

class  Isis::TargetBody
 Container class for TargetBody. More...
 

Namespaces

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

Typedefs

typedef QSharedPointer< TargetBodyIsis::TargetBodyQsp
 Defines A smart pointer to a TargetBody obj.
 

Functions

QDataStream & Isis::operator<< (QDataStream &stream, const TargetBody &TargetBody)
 
QDataStream & Isis::operator>> (QDataStream &stream, TargetBody &TargetBody)
 
 Q_DECLARE_METATYPE (Isis::TargetBodyQsp)
 

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( Isis::TargetBodyQsp )