#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 | |
| template<typename T> | |
| py::buffer_info | Define2DPyBuffer (const size_t height, const size_t width, void *data_ptr) |
| py::buffer_info | Define2DPyBufferDecoder (const size_t height, const size_t width, void *data_ptr, cpl_type type) |
| PYBIND11_MODULE (pycpl, mod) | |
| py::buffer_info Define2DPyBuffer | ( | const size_t | height, |
| const size_t | width, | ||
| void * | data_ptr ) |
| py::buffer_info Define2DPyBufferDecoder | ( | const size_t | height, |
| const size_t | width, | ||
| void * | data_ptr, | ||
| cpl_type | type ) |
| PYBIND11_MODULE | ( | pycpl | , |
| mod | ) |