ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PythonConfig.h File Reference
#include <QString>
#include <QtGlobal>
#include <QtCompat.h>
#include <memory>
#include <pybind11/pybind11.h>
Include dependency graph for PythonConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Version
 Simple representation of a SemVer version. More...
 
class  PythonConfig
 
class  PythonConfigPaths
 

Functions

constexpr Version PythonVersion (PY_MAJOR_VERSION, PY_MINOR_VERSION, PY_MICRO_VERSION)
 Python Version the plugin was compiled against. More...
 

Function Documentation

◆ PythonVersion()

constexpr Version PythonVersion ( PY_MAJOR_VERSION  ,
PY_MINOR_VERSION  ,
PY_MICRO_VERSION   
)
constexpr