|
Orion
high-rate readout
|
Pybinding for itkpix-emu interfaces. More...
#include <pybind11/pybind11.h>#include <pybind11/stl.h>#include <pybind11/stl_bind.h>#include <pybind11/functional.h>
Go to the source code of this file.
Functions | |
| template<typename T > | |
| auto | itk::itkpix::emu::pybindEmulator (py::module_ &m, const char *name="Emulator") |
| Pybinding template for Emulator. More... | |
Pybinding for itkpix-emu interfaces.
| auto itk::itkpix::emu::pybindEmulator | ( | py::module_ & | m, |
| const char * | name = "Emulator" |
||
| ) |
Pybinding template for Emulator.
Registering python class "Emulator".
| T | - Emulator implementation. |
| m | - python module |