Skip to content

File cubinterpp_py_module.cpp

FileList > src > cubinterpp_py_module.cpp

Go to the source code of this file

  • #include <vector>
  • #include <pybind11/stl.h>
  • #include <pybind11/pybind11.h>
  • #include <cubinterpp.hpp>

Public Types

Type Name
typedef std::vector< double > DoubleVector
typedef std::vector< DoubleVector > DoubleVector2
typedef std::vector< DoubleVector2 > DoubleVector3

Public Functions

Type Name
PYBIND11_MODULE (cubinterpp_py, m)

Public Types Documentation

typedef DoubleVector

using DoubleVector =  std::vector<double>;

typedef DoubleVector2

using DoubleVector2 =  std::vector<DoubleVector>;

typedef DoubleVector3

using DoubleVector3 =  std::vector<DoubleVector2>;

Public Functions Documentation

function PYBIND11_MODULE

PYBIND11_MODULE (
    cubinterpp_py,
    m
) 


The documentation for this class was generated from the following file src/cubinterpp_py_module.cpp