Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
CamiTKAPI.h File Reference
#include <QList>
#include <QSet>
#include <QMap>
#include <QString>

Go to the source code of this file.

Namespaces

namespace  camitk

Macros

#define CAMITK_API
#define CAMITK_API_DEPRECATED(X)
#define PYBIND11_EXPORT

Typedefs

using camitk::ActionList = QList<Action*>
 A list of Action.
using camitk::ActionSet = QSet<Action*>
 A set of Action.
using camitk::ComponentList = QList<Component*>
 A list of Component.
using camitk::ViewerList = QList<Viewer*>
 A list of Viewer.
using camitk::ViewerSet = QSet<Viewer*>
 A set of Viewer.

Macro Definition Documentation

◆ CAMITK_API

◆ CAMITK_API_DEPRECATED

#define CAMITK_API_DEPRECATED ( X)

◆ PYBIND11_EXPORT

#define PYBIND11_EXPORT