#include <QMetaType>
#include <QObject>
#include <QSharedPointer>
#include "SurfacePoint.h"
#include <QString>
#include <QMap>
#include <QVariant>
#include <QVector>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/connected_components.hpp>
#include "ControlMeasure.h"
#include "ControlPoint.h"
Go to the source code of this file.
|
namespace | Isis |
| This is free and unencumbered software released into the public domain.
|
|
◆ Q_DECLARE_METATYPE()
This allows ControlNet *'s to be stored in a QVariant.