#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. | |
| #define CAMITK_API |
| #define CAMITK_API_DEPRECATED | ( | X | ) |
| #define PYBIND11_EXPORT |