ifw-odp  2.0.0-alpha
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 "cppcpl/image.hpp"
#include "cppcpl/imageStatistics.hpp"
#include "cppcpl/array.hpp"
#include "cppcpl/recipe.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 ( pycpl  ,
mod   
)