ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccGuiPythonInstance.cpp File Reference
#include "ccGuiPythonInstance.h"
#include <ecvDisplayTools.h>
#include <ecvMainAppInterface.h>
#include <ecvPointCloud.h>
#include <QMainWindow>
#include <stdexcept>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include "../../wrapper/pycc/src/casters.h"
Include dependency graph for ccGuiPythonInstance.cpp:

Go to the source code of this file.

Macros

#define slots   Q_SLOTS
 
#define signals   Q_SIGNALS
 

Functions

static void ThrowForFileError (CC_FILE_ERROR error)
 
void define_ccGUIPythonInstance (py::module &m)
 

Macro Definition Documentation

◆ signals

#define signals   Q_SIGNALS

Definition at line 11 of file ccGuiPythonInstance.cpp.

◆ slots

#define slots   Q_SLOTS

Definition at line 10 of file ccGuiPythonInstance.cpp.

Function Documentation

◆ define_ccGUIPythonInstance()

◆ ThrowForFileError()