ifw-odp 5.0.0
Loading...
Searching...
No Matches
Functions
bindings.cpp File Reference

pycpl C++ Python binding module More...

#include <string>
#include <pybind11/pybind11.h>
#include <pybind11/operators.h>
#include <pybind11/stl.h>
#include "ifw/odp/cppcpl/image.hpp"
#include "ifw/odp/cppcpl/imageStatistics.hpp"
#include "ifw/odp/cppcpl/array.hpp"
#include "ifw/odp/cppcpl/recipe.hpp"
#include "ifw/odp/cppcpl/imageCube.hpp"

Functions

 PYBIND11_MODULE (pycpl, mod)
 

Detailed Description

pycpl C++ Python binding module

Author
mkiekebu

The purpose of this module is to declare the bindings for the CPL functions wrapped in C++ classes.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pycpl ,
mod  )