Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 357 Bytes

python_bindings.rst

File metadata and controls

14 lines (10 loc) · 357 Bytes

Python Bindings

Since the implemented interpolation and affine transformation methods already work with Python types, the binding to python itself is mainly a task of defining all the combinations of data types, dimensionalities and interpolation orders as well as adding doc strings.

main.cpp