Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis Developer Reference
ControlNet.h File Reference
#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.

Classes

class  Isis::ControlNet
 a control network More...
 

Namespaces

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

Typedefs

typedef QSharedPointer< ControlNetIsis::ControlNetQsp
 Typedef for QSharedPointer to control network. This typedef is for future implementation of target body.
 

Functions

 Q_DECLARE_METATYPE (Isis::ControlNet *)
 This allows ControlNet *'s to be stored in a QVariant.
 

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( Isis::ControlNet * )

This allows ControlNet *'s to be stored in a QVariant.